2 Commits

Author SHA1 Message Date
6a7dd55cb6 Update src/app/page.tsx 2026-04-18 11:26:25 +00:00
0875a5c0c6 Merge version_1 into main
Merge version_1 into main
2026-04-18 11:25:35 +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>
);
}
}