diff --git a/src/app/page.tsx b/src/app/page.tsx index b4a2e20..da75526 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,13 +30,16 @@ export default function LandingPage() { @@ -59,7 +62,7 @@ export default function LandingPage() { rating={5} ratingText="Loved by 5000+ customers" buttons={[ - { text: "Explore Collection", href: "#products" }, + { text: "Explore Collection", href: "/shop" }, { text: "Learn More", href: "#about" } ]} tagAnimation="slide-up" @@ -199,7 +202,7 @@ export default function LandingPage() { useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" - termsText="We respect your privacy. Unsubscribe at any time. See our privacy policy." + termsText="We respect your privacy. Unsubscribe at any time. See our privacy policy and terms of service." tagAnimation="slide-up" />