diff --git a/src/app/page.tsx b/src/app/page.tsx index fa64909..c53b1e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,7 +150,7 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "How long does a project take?", content: "Depending on scope, 4-12 weeks." }, { id: "q2", title: "Do you offer maintenance?", content: "Yes, we have ongoing support packages." }, - { id: "q3", title: "What is your pricing model?", content: "Fixed project fee or retainer based." } + { id: "q3", title: "What is your pricing model?", content: "We don't use a fixed menu, as every project is unique. We provide tailored quotes to ensure you get exactly what you need at a fair price—please feel free to reach out for a consultation." } ]} title="Frequently Asked Questions" description="Get quick answers about our processes and collaboration methods." @@ -182,4 +182,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file