2 Commits

Author SHA1 Message Date
5e93d01444 Update src/app/page.tsx 2026-04-25 20:40:53 +00:00
73cb5cef99 Merge version_2 into main
Merge version_2 into main
2026-04-25 20:37:12 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ {
text: "Book Consultation", href: "#contact"}, text: "Book Consultation", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/cheerful-business-ladies-looking-laptop-display-talking-smiling-while-sitting-table-with-cups-coffee-office-teamwork-communication-concept_74855-11582.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149642532-lmfpa7jd.jpg"
imageAlt="Professional Tax Consulting" imageAlt="Professional Tax Consulting"
/> />
</div> </div>
@@ -135,7 +135,8 @@ export default function LandingPage() {
textboxLayout="inline-image" textboxLayout="inline-image"
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-1l0bfjxh.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-1l0bfjxh.jpg"
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' }]} 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={[ faqs={[
{ {
id: "f1", title: "When is the deadline?", content: "April 15th is our standard filing date."}, id: "f1", title: "When is the deadline?", content: "April 15th is our standard filing date."},
@@ -189,4 +190,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }