2 Commits

Author SHA1 Message Date
c40a77e6e0 Update src/app/page.tsx 2026-04-25 21:33:14 +00:00
887b8cd089 Merge version_11 into main
Merge version_11 into main
2026-04-25 21:30:05 +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>
);
}
}