2 Commits

Author SHA1 Message Date
8f400d39e6 Update src/app/page.tsx 2026-04-21 17:55:40 +00:00
f936abdb64 Merge version_2 into main
Merge version_2 into main
2026-04-21 17:54:30 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}