added other tempalte parts
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
<!-- header 2 start -->
|
||||
|
||||
<section class="relative w-full px-8 text-gray-700 bg-white dark:bg-gray-800 body-font">
|
||||
<section class="relative w-full px-8 text-gray-700 bg-white dark:bg-gray-900 body-font">
|
||||
<div class="container flex flex-col flex-wrap items-center justify-between py-5 mx-auto md:flex-row max-w-7xl">
|
||||
<a href="#_" class="relative z-10 flex items-center w-auto text-2xl font-extrabold leading-none dark:text-gray-400 text-black select-none">WEBSITE.</a>
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
<!-- hero 2 end -->
|
||||
|
||||
<!-- start cta 2 -->
|
||||
<section class="flex justify-around pb-24 dark:bg-gray-800">
|
||||
<section class="flex justify-around py-24 dark:bg-gray-900">
|
||||
<div class="p-6 max-w-sm bg-white rounded-lg border border-gray-200 shadow-md dark:bg-gray-800 dark:border-gray-700">
|
||||
<a href="#">
|
||||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">Noteworthy technology acquisitions 2021</h5>
|
||||
@@ -159,7 +159,7 @@
|
||||
|
||||
<!-- feature 2 start -->
|
||||
|
||||
<section class="bg-white dark:bg-gray-900 p-24">
|
||||
<section class="bg-white dark:bg-gray-800 p-24">
|
||||
<div class="container py-10 mx-auto">
|
||||
<h1 class="text-3xl font-semibold text-center text-gray-800 capitalize lg:text-4xl dark:text-white">explore our <br> awesome <span class="text-blue-500">Components</span></h1>
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
<!-- pricing 2 start -->
|
||||
|
||||
<section x-data="{ toggle: 'basic' }"
|
||||
class="relative py-24 bg-gray-200 dark:bg-gray-800 min-w-screen animation-fade animation-delay">
|
||||
class="relative py-24 bg-gray-200 dark:bg-gray-900 min-w-screen animation-fade animation-delay">
|
||||
<div class="container w-full px-10 mx-auto sm:px-5 ">
|
||||
<div class="sm:flex ">
|
||||
<aside class="w-full sm:flex-initial">
|
||||
|
||||
Reference in New Issue
Block a user