2 Commits

Author SHA1 Message Date
53c44f0651 Update src/app/page.tsx 2026-01-08 15:57:19 +00:00
fa79eca318 Update src/app/page.tsx 2026-01-08 15:55:28 +00:00

View File

@@ -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>
@@ -95,7 +94,7 @@ export default function LandingPage() {
]} ]}
features={[ features={[
{ {
id: "1", title: "Clean Caffeine Blend", description: "Premium 50mg caffeine combined with 30mg L-Theanine for smooth, sustained energy without the jitters", imageSrc: "https://img.b2bpic.net/free-photo/hand-taking-chocolate-candies-black_114579-37289.jpg", imageAlt: "Clean natural ingredients" id: "1", title: "Clean Caffeine Blend", description: "Premium 50mg caffeine combined with 30mg L-Theanine for smooth, sustained energy without the jitters", imageSrc: "https://img.b2bpic.net/free-photo/top-view-arrangement-coffee-flavours_23-2148254947.jpg?id=5180325", imageAlt: "Clean natural ingredients"
}, },
{ {
id: "2", title: "Rapid Absorption", description: "Fast-dissolving strips deliver caffeine directly through oral mucosa for quick energy onset in minutes", imageSrc: "https://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149622859.jpg", imageAlt: "Professional using Edgetabs" id: "2", title: "Rapid Absorption", description: "Fast-dissolving strips deliver caffeine directly through oral mucosa for quick energy onset in minutes", imageSrc: "https://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149622859.jpg", imageAlt: "Professional using Edgetabs"