Update src/app/page.tsx

This commit is contained in:
2026-01-05 16:57:08 +00:00
parent a06d0b5e05
commit 64c7b95f8a

View File

@@ -40,6 +40,12 @@ export default function LandingPage() {
<HeroLogoCarousel
logoText="Edgotabs"
description="Premium energy & wellness tabs. Feel the difference with every dose."
buttons={[
{
text: "Shop Now",
href: "#pricing"
}
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767450503456-n755hzev.jpg",
@@ -84,7 +90,7 @@ export default function LandingPage() {
value: "3x",
description: "More energy per dose vs. leading competitors"
}
]}
]
animationType="slide-up"
title="Why Edgotabs Wins"
description="Trusted by thousands seeking real results"
@@ -201,7 +207,7 @@ export default function LandingPage() {
"Exclusive perks"
]
}
]}
]
/>
</div>
@@ -238,7 +244,7 @@ export default function LandingPage() {
text: "Subscribe Yearly"
}
}
]}
]
/>
</div>
@@ -299,7 +305,7 @@ export default function LandingPage() {
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767630864436-8cl9y2w0.jpg"
}
]}
]
/>
</div>
@@ -397,7 +403,7 @@ export default function LandingPage() {
}
]
}
]}
]
/>
</div>
</ThemeProvider>