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." } ]}