Compare commits
2 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 76dae66aae | |||
| fe315899e8 |
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
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,17 +28,24 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="extrabold"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleMinimal
|
<NavbarStyleCentered
|
||||||
brandName="Edgetabs"
|
navItems={[
|
||||||
|
{ name: "Hero", id: "hero" },
|
||||||
|
{ name: "About", id: "about" },
|
||||||
|
{ name: "Features", id: "features" },
|
||||||
|
{ name: "Products", id: "products" },
|
||||||
|
{ name: "Pricing", id: "pricing" }
|
||||||
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Shop Now", href: "products"
|
text: "Shop Now", href: "products"
|
||||||
}}
|
}}
|
||||||
|
brandName="Edgetabs"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitAvatars
|
<HeroSplitAvatars
|
||||||
title="Edgetabs: Clean Energy Without the Jitters"
|
title="Clean Energy Without the Jitters"
|
||||||
description="50mg Caffeine + 30mg L-Theanine for a Smooth, Focused Boost. Feel the difference with our premium caffeine strips designed for sustained energy and mental clarity."
|
description="50mg Caffeine + 30mg L-Theanine for a Smooth, Focused Boost. Feel the difference with our premium caffeine strips designed for sustained energy and mental clarity."
|
||||||
tag="Premium Supplement"
|
tag="Premium Supplement"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
|
|||||||
Reference in New Issue
Block a user