From cfc2bbb41325437ffaa0f366066102c3cb29efe5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 04:09:25 +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 cee8ecb..acb91f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -193,9 +193,9 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "Where do you ship?", content: "We ship globally from our Bangkok hub."}, + id: "q1", title: "Where do you ship?", content: "We ship globally from our Bangkok hub with standard lead times of 3-5 business days for regional orders and 10-14 for international shipping."}, { - id: "q2", title: "How can I get a quote?", content: "Reach out through our contact form."}, + id: "q2", title: "Are you certified?", content: "Yes, we hold full ISO 9001:2015 quality management certifications and all products comply with international safety standards."}, { id: "q3", title: "What payment methods?", content: "We accept bank transfers and major credit cards."}, ]}