Update src/app/page.tsx

This commit is contained in:
2026-05-01 16:02:07 +00:00
parent 60dc1ba031
commit f1aa3bf77b

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}