Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-30 22:06:53 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterBase from '@/components/sections/footer/FooterBase';
@@ -158,11 +158,10 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Get In Touch"
title="Ready to Start Your Project?"
description="Reach out to discuss your fencing or deck restoration needs with our expert team today."
buttons={[{ text: "Book Consultation", href: "mailto:hello@loewens.com" }]}
<ContactCenter
tag="Luxury Contact"
title="Transform Your Outdoor Space"
description="We specialize in high-end fencing and deck restoration. Provide your email below to begin your consultation."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>