2 Commits

Author SHA1 Message Date
20a8b9126f Update src/app/page.tsx 2026-05-01 16:16:27 +00:00
742adaa39e Merge version_1 into main
Merge version_1 into main
2026-05-01 16:15:16 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroOverlay
title="Unleash Your Potential"
description="Premium, science-backed creatine formulated for maximum recovery and peak athletic performance. Take your training to the next level."
buttons={[{ text: "Shop Now", href: "#products" }]}
buttons={[{ text: "Shop Premium Creatine", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-yoga-essential-items_23-2149458906.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/full-shot-man-hydrating_23-2149177977.jpg", alt: "Full shot man hydrating" },
@@ -165,4 +165,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}