From 9e13e66e3e09d3fbb7a483a49db0beee6759dbbd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 19:48:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ccb9c4..2f7cc5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -207,4 +208,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file