2 Commits

Author SHA1 Message Date
23a1bceeae Update src/app/page.tsx 2026-04-08 10:58:46 +00:00
b22297e7e5 Merge version_4 into main
Merge version_4 into main
2026-04-08 10:58:05 +00:00

View File

@@ -176,7 +176,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqSplitMedia
textboxLayout="split" textboxLayout="split-actions"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
@@ -186,6 +186,9 @@ export default function LandingPage() {
{ {
id: "3", title: "Is your work guaranteed?", content: "Every job is backed by a full 2-year labor warranty for your complete peace of mind."}, id: "3", title: "Is your work guaranteed?", content: "Every job is backed by a full 2-year labor warranty for your complete peace of mind."},
]} ]}
buttons={[
{ text: "Call Now", href: "tel:+16238884631" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/a-professional-technician-explaining-som-1775645681718-5e70d5aa.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/a-professional-technician-explaining-som-1775645681718-5e70d5aa.png"
title="Common Questions" title="Common Questions"
description="Need more info? We've got answers." description="Need more info? We've got answers."
@@ -219,4 +222,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }