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 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