Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-18 11:26:28 +00:00

View File

@@ -151,7 +151,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
textboxLayout="split-actions"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "How do we start?", content: "Simply reach out via our contact form and we'll schedule a discovery call." },
@@ -161,6 +161,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/colon-punctuation-mark-left-side-with-white-background_187299-39766.jpg"
title="Common Questions"
description="Everything you need to know about working with the MR POP team."
buttons={[{ text: "Get In Touch", href: "#contact" }]}
faqsAnimation="blur-reveal"
mediaAnimation="blur-reveal"
/>
@@ -188,4 +189,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}