3 Commits

Author SHA1 Message Date
f1aa3bf77b Update src/app/page.tsx 2026-05-01 16:02:07 +00:00
60dc1ba031 Merge version_1 into main
Merge version_1 into main
2026-05-01 15:55:49 +00:00
0a21084ed8 Merge version_1 into main
Merge version_1 into main
2026-05-01 15:55:22 +00:00

View File

@@ -149,7 +149,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ 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: "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." }, { id: "q3", title: "Do you work freelance?", content: "Yes, available for freelance and contract." },
]} ]}