diff --git a/src/app/page.tsx b/src/app/page.tsx index c93decf..649cca2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,7 +182,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", title: "How do we start?", content: "Reach out through our contact form and we'll schedule a discovery call."}, + id: "faq1", title: "How do we start?", content: "Reach out through our contact form and we'll schedule a discovery call."}, { id: "faq2", title: "What is the timeline?", content: "Timelines vary by scope but we pride ourselves on efficient delivery."}, { @@ -244,4 +244,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file