Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-31 21:22:51 +00:00

View File

@@ -115,6 +115,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
title="Frequently Asked Questions"
description="Everything you need to know about working with us."
faqs={[
{ id: "q1", title: "How long does planning take?", content: "Typically 6-12 weeks." },
{ id: "q2", title: "Do you handle global logistics?", content: "Yes, we manage end-to-end global operations." }
@@ -127,6 +128,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
animationType="slide-up"
useInvertedBackground={false}
ctaTitle="Ready to ignite your brand?"
ctaDescription="Submit your brief and let's start a conversation."
ctaButton={{ text: "Get Started" }}