Merge version_12 into main #13

Merged
bender merged 1 commits from version_12 into main 2026-04-25 21:33:17 +00:00

View File

@@ -121,7 +121,6 @@ export default function LandingPage() {
<FaqSplitMedia
textboxLayout="inline-image"
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-1l0bfjxh.jpg?_wi=3"
titleSegments={[{ type: 'text', content: 'Frequently Asked ' }, { type: 'image', src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-dntns5hk.jpg', alt: 'FAQ Icon' }]}
faqs={[
{ id: "f1", title: "When is the deadline?", content: "April 15th is our standard filing date." },
@@ -166,4 +165,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}