Compare commits
23 Commits
version_14
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d5387316a | |||
| 75504b6743 | |||
| be82339cc9 | |||
| 237fa40262 | |||
| 3c20d30cf8 | |||
| 925ea2eb5e | |||
| ae37bdffb6 | |||
| 5373b53fd8 | |||
| a9818f772d | |||
| f4e9b8df7e | |||
| e2ae7c01da | |||
| fad80e24c1 | |||
| 358df0c4a5 | |||
| 7af91c0e89 | |||
| b12efbfcf5 | |||
| 13e576cee6 | |||
| 00ed9bb6dd | |||
| 89f1d1837b | |||
| 6eec1383e9 | |||
| 0cec220b80 | |||
| 753136c052 | |||
| 1b0dd18165 | |||
| 7ea42ea2bf |
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
|
import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
|
||||||
import TagAbout from '@/components/sections/about/TagAbout';
|
import TagAbout from '@/components/sections/about/TagAbout';
|
||||||
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
|
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
|
||||||
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="extrabold"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Hero", id: "hero" },
|
{ name: "Hero", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -36,10 +36,9 @@ export default function LandingPage() {
|
|||||||
{ name: "Products", id: "products" },
|
{ name: "Products", id: "products" },
|
||||||
{ name: "Pricing", id: "pricing" }
|
{ name: "Pricing", id: "pricing" }
|
||||||
]}
|
]}
|
||||||
button={{
|
|
||||||
text: "Shop Now", href: "products"
|
|
||||||
}}
|
|
||||||
brandName="Edgetabs"
|
brandName="Edgetabs"
|
||||||
|
bottomLeftText="Global Community"
|
||||||
|
bottomRightText="hello@edgetabs.com"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user