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