From a349f0fe0f5ca8d2dd98b8c403b099f1ebf54d23 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:43:04 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 332c9e3..657f1ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { name: "Home", id: "home" }, { - name: "Dresses", id: "product-showcase" + name: "Dresses", id: "dresses" }, { name: "Features", id: "features" @@ -70,7 +70,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { - text: "Shop Now", href: "#product-showcase"}, + text: "Shop Now", href: "/dresses"}, { text: "Learn More", href: "/about"}, ]} @@ -183,7 +183,8 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", title: "What sizes do you offer?", content: "We offer a wide range of sizes from XS to XXL. Please refer to our detailed sizing chart available on each product page for precise measurements."}, { + id: "1", title: "What sizes do you offer?", content: "We offer a wide range of sizes from XS to XXL. Please refer to our detailed sizing chart available on each product page for precise measurements."}, + { id: "2", title: "Do you ship internationally?", content: "Yes, we proudly offer international shipping to over 20 countries. Shipping costs and delivery times vary by destination and can be calculated at checkout."}, { id: "3", title: "What is your return policy?", content: "We accept returns within 14 days of delivery for unworn, unwashed items with original tags attached. Please see our full return policy for details and instructions."}, @@ -270,4 +271,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}