From f7d931f15f931009ef3cd8e7795b0fd9956aae21 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 02:44:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27f7f0c..e961419 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,7 +139,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "f1", title: "How long does a project take?", content: "Most projects take 4-8 weeks depending on the complexity of your requirements." }, + { id: "f1", title: "How long does a project take?", content: "Most projects take 1-3 days depending on the complexity of your requirements." }, { id: "f2", title: "What tools do you use?", content: "We leverage modern web technologies such as Next.js and Tailwind CSS for optimal speed and performance." }, { id: "f3", title: "Do you offer maintenance?", content: "Yes, we provide ongoing care packages to ensure your digital platform stays current and optimized." } ]} -- 2.49.1