From f1aa3bf77b511ef3b0d35a468ae5fc2537b31dc1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:02:07 +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 b40de84..c46a7af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { id: "q1", title: "How do we start?", content: "Book a discovery call to discuss your needs." }, + { id: "q1", title: "How do we start?", content: "Book a discovery call directly at [hello@nicolalanci.com](mailto:hello@nicolalanci.com) or click the Contact button below to find a time." }, { id: "q2", title: "What is the process?", content: "Discovery, concept, development, and delivery." }, { id: "q3", title: "Do you work freelance?", content: "Yes, available for freelance and contract." }, ]} @@ -184,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1