From 3bcbcc2e7142d017faf19a97e020eb434803dbde Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 10:40:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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" />