Update src/app/page.tsx

This commit is contained in:
2026-02-20 14:51:51 +00:00
parent b61a599f96
commit 09c555f34c

View File

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