diff --git a/src/app/page.tsx b/src/app/page.tsx index 74123c6..99b991b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,11 +136,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "How do I start a project?", content: "Simply fill out the contact form or send me an email, and we'll discuss your requirements."}, + id: "q1", title: "How do I start a project?", content: "Fill out our discovery form, and we'll schedule a 15-minute scoping call to define your goals and deliverables."}, { - id: "q2", title: "What is your turnaround time?", content: "It depends on the complexity of the project, but I prioritize fast and reliable delivery."}, + id: "q2", title: "What is your turnaround time?", content: "Most projects are completed within 7-14 business days, depending on scope, with regular milestones for your feedback."}, { - id: "q3", title: "Do you offer maintenance?", content: "Yes, I offer ongoing maintenance for web projects to ensure long-term stability and performance."}, + id: "q3", title: "Do you offer maintenance?", content: "I provide 30 days of post-launch support included, plus optional monthly maintenance packages for ongoing updates."}, ]} title="Common Inquiries" description="Frequently asked questions about working with me." @@ -197,4 +197,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}