Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-22 01:56:36 +00:00

View File

@@ -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 <a href='#contact' class='underline'>contact form</a> 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() {
</ReactLenis>
</ThemeProvider>
);
}
}