From 53c44f0651150d1e858931347c4cc6e4b4113d5c Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:57:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3f4d98..61c827b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; 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 TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; @@ -28,7 +28,7 @@ export default function LandingPage() { headingFontWeight="extrabold" > -- 2.49.1 From 0f5ac00d17b091f6a53cbf7197a05a8e2132cefa Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 16:01:18 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61c827b..c65d606 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars'; import TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; @@ -11,7 +11,7 @@ import TestimonialCardEleven from '@/components/sections/testimonial/Testimonial import FaqBase from '@/components/sections/faq/FaqBase'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Zap, CheckCircle, Sparkles, Award, Crown } from "lucide-react"; +import { Zap, CheckCircle, Sparkles, Award, Crown, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -28,7 +28,7 @@ export default function LandingPage() { headingFontWeight="extrabold" > @@ -94,7 +95,7 @@ export default function LandingPage() { ]} 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/top-view-arrangement-coffee-flavours_23-2148254947.jpg?id=5180325", 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/hand-taking-chocolate-candies-black_114579-37289.jpg", 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" @@ -116,13 +117,14 @@ export default function LandingPage() { title="Choose Your Energy Solution" description="Select the perfect bundle for your lifestyle—single strips for testing or bulk packs for committed energy seekers" tag="Best Seller" + tagIcon={Star} textboxLayout="default" useInvertedBackground="invertCard" animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ { - id: "bundle2x", name: "Bundle 2x (20 Strips) 🏆 BEST SELLER", price: "$27.99", imageSrc: "https://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-36418.jpg", imageAlt: "Edgetabs 2x bundle with 20 strips - most popular choice", initialQuantity: 1 + id: "bundle2x", name: "Bundle 2x (20 Strips) ⭐ MOST POPULAR", price: "$27.99", imageSrc: "https://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-36418.jpg", imageAlt: "Edgetabs 2x bundle with 20 strips - most popular choice", initialQuantity: 1 }, { id: "single", name: "Single Tin (10 Strips)", price: "$14.99", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-nuts-milk-carton-arrangement_23-2149139375.jpg", imageAlt: "Edgetabs single tin with 10 strips", initialQuantity: 1 -- 2.49.1