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