4 Commits

Author SHA1 Message Date
9e13e66e3e Update src/app/page.tsx 2026-05-01 19:48:22 +00:00
7a664c1c98 Merge version_1 into main
Merge version_1 into main
2026-05-01 19:42:52 +00:00
f4f9311a25 Merge version_1 into main
Merge version_1 into main
2026-05-01 19:42:20 +00:00
2de3a9293c Merge version_1 into main
Merge version_1 into main
2026-05-01 19:41:51 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
title="Your Skin, But Radiantly Better."
description="Discover the science of glow. Our dermatologist-approved formulas hydrate, protect, and revitalize your complexion for a timeless, natural radiance."
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Get Your Radiant Glow", href: "#products" },
{ text: "Learn More", href: "#about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420701.jpg"
@@ -69,6 +69,7 @@ export default function LandingPage() {
{ type: "text", text: "Clinically Tested" },
{ type: "text", text: "Ethically Sourced" },
]}
buttonClassName="bg-primary-cta text-primary-cta-foreground shadow-lg hover:shadow-xl hover:scale-105 transition-all"
/>
</div>
@@ -207,4 +208,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}