From 4a749806dadbfb531804d91d8ad28312638e564b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:47:48 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 76fbff5..f5d30e9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 418d5298192ad9c96d1315b05ab29635abc428a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:47:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a784dc9..31eab41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -229,7 +229,7 @@ export default function HomePage() { { id: "5", title: "What is your warranty policy?", content: "Most products come with manufacturer warranty. Screen protectors and phone cases have a 12-month defect warranty. Electronics like fans and LED gadgets have 6-12 month warranties depending on the product."}, { - id: "6", title: "How can I track my order?", content: "After your order is confirmed, you'll receive a tracking number via SMS and email. You can use this number to track your package status in real-time or contact our support team for updates."}, + id: "6", title: "How can I track my order?", content: "After your order is confirmed, you'll receive a tracking number via SMS and email. You can use this number to track your package status in real-time or contact our support team for updates."} ]} /> @@ -239,7 +239,7 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1