From 8f400d39e6a5ea9fb397f3d4555f7ad8b6ef311b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 17:55:40 +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 8d5165f..57c16b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,7 +156,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "Do you deliver to my construction site?", content: "Yes, we provide fast delivery across Thika and surrounding areas."}, + id: "q1", title: "Do you deliver to my construction site?", content: "Yes, we provide fast, same-day or next-day delivery across Thika CBD, Makongeni, Landless, and surrounding estates to keep your project on schedule."}, { id: "q2", title: "Can you cut timber to specific sizes?", content: "Absolutely, we have modern cutting machines for precision."}, { @@ -222,4 +222,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1