From 525f0b67b4e12f42faa15453d73c4f169d29917c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 01:56:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1