Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-21 17:55:43 +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>
);
}
}