Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 45b0900f4e | |||
| 5a994d6f7f |
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "f1", title: "How do we start a project?", content: "Just schedule a consultation via our contact form." },
|
{ id: "f1", title: "How do we start a project?", content: "Schedule your free discovery consultation today via the form below." },
|
||||||
{ id: "f2", title: "What industries do you serve?", content: "We support SaaS, retail, health-tech, and beyond." },
|
{ id: "f2", title: "What industries do you serve?", content: "We support SaaS, retail, health-tech, and beyond." },
|
||||||
{ id: "f3", title: "Do you provide maintenance?", content: "Yes, we offer ongoing support and cloud management." },
|
{ id: "f3", title: "Do you provide maintenance?", content: "Yes, we offer ongoing support and cloud management." },
|
||||||
]}
|
]}
|
||||||
@@ -185,4 +185,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user