diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b14fc1..e184231 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { "name": "Testimonials", "id": "testimonials" }, { "name": "FAQ", "id": "faq" } ]} - button={{ "text": "Shop Now", "href": "products" }} + button={{ "text": "Shop Now", "href": "/shop" }} brandName="Glow Haven" className="py-4 lg:py-6" /> @@ -45,11 +45,11 @@ export default function LandingPage() { logoText="Glow Haven" description="Experience the purity of nature, perfected by science. Elevate your skincare ritual with our thoughtfully crafted formulations for radiant, healthy skin." buttons={[ - { "text": "Discover More", "href": "products" }, - { "text": "Our Story", "href": "about" } + { "text": "Discover More", "href": "#products" }, + { "text": "Our Story", "href": "#about" } ]} buttonAnimation="slide-up" - background={{ "variant": "aurora" }} + background={{ "variant": "sparkles-gradient" }} imageSrc="https://img.b2bpic.net/free-photo/containers-plants-assortment_23-2149339761.jpg" imageAlt="Skincare products arranged elegantly" mediaAnimation="opacity" @@ -65,8 +65,8 @@ export default function LandingPage() { { "type": "text", "content": "Nature." } ]} buttons={[ - { "text": "Learn More", "href": "about" }, - { "text": "Our Philosophy", "href": "philosophy" } + { "text": "Learn More", "href": "#about" }, + { "text": "Our Philosophy", "href": "#philosophy" } ]} buttonAnimation="slide-up" useInvertedBackground={true} @@ -149,7 +149,7 @@ export default function LandingPage() { title="Your Path to Radiant Skin Starts Here" description="Subscribe to our newsletter for exclusive offers, new product launches, and expert skincare tips directly in your inbox." tagAnimation="blur-reveal" - background={{ "variant": "aurora" }} + background={{ "variant": "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe"