From 03643eba7abe2ebc175da50d82ece7ca49eac97b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:36:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dead14..5c28311 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,7 +190,7 @@ export default function HomePage() { { id: "4", title: "How long does international shipping take?", content: "Orders ship within 48 hours of verification. International delivery typically takes 7-14 business days depending on destination. We provide real-time tracking and insurance on all shipments."}, { - id: "5", title: "Do you offer returns or exchanges?", content: "Yes. 30-day returns on all items for any reason. Free exchanges if sizing doesn't work. Return shipping covered on defective items. No questions asked policy reflects our confidence in product quality."}, + id: "5", title: "Do you offer returns or exchanges?", content: "Yes. 30-day returns on all items for any reason. Free exchanges if sizing doesn't work. Return shipping covered on defective items. No questions asked policy reflects our confidence in product quality."} ]} /> -- 2.49.1 From 294aece803e7bee08620c8ecb6d38d89cd22b2c4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:36:15 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index bfb6a6a..3efc452 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -109,7 +109,7 @@ export default function ShopPage() { { id: "4", title: "Can I return items?", content: "Yes, 30-day returns on all items for any reason. Free returns on defective items. Simply initiate a return request in your account and we'll provide shipping instructions."}, { - id: "5", title: "Do you have a loyalty program?", content: "Newsletter subscribers get early access to new arrivals and exclusive discounts. Subscribe for special offers, styling tips, and insider stories from the luxury fashion world."}, + id: "5", title: "Do you have a loyalty program?", content: "Newsletter subscribers get early access to new arrivals and exclusive discounts. Subscribe for special offers, styling tips, and insider stories from the luxury fashion world."} ]} /> -- 2.49.1