Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -69,8 +69,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767548548300-rl25cqqt.jpg",
|
||||
imageAlt: "Edgetabs supplement - premium container"
|
||||
}
|
||||
]
|
||||
ariaLabel="Edge supplement hero section with product carousel"
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,7 +101,7 @@ export default function LandingPage() {
|
||||
imageAlt: "Triple Edgetabs bundle",
|
||||
isFavorited: false
|
||||
}
|
||||
]
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -160,7 +159,7 @@ export default function LandingPage() {
|
||||
"Exclusive bonus guide"
|
||||
]
|
||||
}
|
||||
]
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -196,7 +195,7 @@ export default function LandingPage() {
|
||||
title: "Repeat Orders",
|
||||
value: "78%"
|
||||
}
|
||||
]
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -222,7 +221,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767548549869-bh6uqj3v.jpg",
|
||||
imageAlt: "Strength and endurance enhancement"
|
||||
}
|
||||
]
|
||||
]}
|
||||
title="What Makes Edge Different"
|
||||
description="We've engineered Edge using cutting-edge ingredients backed by peer-reviewed research. No fillers. No compromises. Just pure performance.\n\n✓ Clinically-dosed ingredients\n✓ Zero artificial flavors\n✓ 3rd-party tested\n✓ Manufactured in NSF-certified facilities"
|
||||
textboxLayout="default"
|
||||
@@ -269,7 +268,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767548550957-0v941rbh.jpg",
|
||||
imageAlt: "David Kim"
|
||||
}
|
||||
]
|
||||
]}
|
||||
cardTitle="Trusted by 2,000+ athletes, entrepreneurs, and high performers worldwide"
|
||||
cardTag="Verified Reviews"
|
||||
cardTagIcon={CheckCircle}
|
||||
@@ -312,7 +311,7 @@ export default function LandingPage() {
|
||||
title: "Is Edge vegan and allergen-friendly?",
|
||||
content: "Edge is vegan and free from common allergens including gluten, dairy, and nuts. All ingredients are listed on our packaging. Please review the full ingredient list if you have specific sensitivities."
|
||||
}
|
||||
]
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="smooth"
|
||||
@@ -336,7 +335,7 @@ export default function LandingPage() {
|
||||
placeholder: "Country",
|
||||
required: true
|
||||
}
|
||||
]
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Any questions? We're here to help.",
|
||||
|
||||
Reference in New Issue
Block a user