Merge version_62 into main #87

Merged
bender merged 1 commits from version_62 into main 2026-04-29 04:19:43 +00:00

View File

@@ -3,6 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactForm from '@/components/form/ContactForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -44,11 +45,19 @@ export default function LandingPage() {
title="Get Your Free Estimate"
description="Ready to upgrade your roof or home exterior? Please provide your contact details, phone number, and any additional project information below for a free consultation and professional inspection in Etowah and Calhoun counties today."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394224944-9beay18i.jpg"
buttonText="Schedule Now"
buttons={[{ text: "Schedule Now", href: "#form" }]}
mediaAnimation="slide-up"
/>
</div>
<div id="form" data-section="form">
<ContactForm
title="Project Details"
description="Tell us about your roofing needs, and we'll be in touch shortly."
tag="Connect"
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"