From 3762e4cb57da71b5340f698c500c0f1cfe6467cb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:27:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7488fd..ba63e2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,7 +189,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "Do you offer shipping internationally?", content: "Yes, we ship globally to over 50 countries with tracking included."}, + id: "q1", title: "Do you offer shipping internationally?", content: "Yes, we ship globally to over 50 countries with tracking included. Typical international delivery takes 7-14 business days."}, { id: "q2", title: "How long is your warranty?", content: "All frames are covered by a 12-month manufacturer warranty."}, { @@ -236,4 +236,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1