Update src/app/page.tsx

This commit is contained in:
2026-01-08 15:43:36 +00:00
parent fad80e24c1
commit e2ae7c01da

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics';
import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars';
import TagAbout from '@/components/sections/about/TagAbout';
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -33,7 +33,7 @@ export default function LandingPage() {
button={{
text: "Shop Now", href: "products"
}}
links={[
navItems={[
{ name: "Home", id: "hero" },
{ name: "Why Edgetabs", id: "about" },
{ name: "Features", id: "features" },
@@ -46,7 +46,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardMetrics
<HeroSplitAvatars
title="Edgetabs: 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."
tag="Premium Supplement"
@@ -61,19 +61,15 @@ export default function LandingPage() {
]}
imageSrc="https://img.b2bpic.net/free-photo/traditional-italian-dessert-tiramisu-glasses-top-view_114579-9837.jpg"
imageAlt="Edgetabs caffeine supplement strip packaging"
frameStyle="card"
metricsLabel="Trusted by professionals, fitness enthusiasts, and students worldwide"
metrics={[
{
id: "1", value: "50mg", label: "Caffeine Per Strip"
},
{
id: "2", value: "30mg", label: "L-Theanine for Smoothness"
},
{
id: "3", value: "0 Jitters", label: "Clean Energy Promise"
}
imagePosition="right"
avatars={[
{ src: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Professional user 1" },
{ src: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Professional user 2" },
{ src: "https://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", alt: "Professional user 3" },
{ src: "https://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", alt: "Professional user 4" },
{ src: "https://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Professional user 5" }
]}
avatarText="Join 1,000+ professionals experiencing clean energy"
/>
</div>