Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-26 21:36:19 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -159,23 +159,26 @@ export default function LandingPage() {
variant: "gradient-bars"}}
tag="Contact Us"
title="Ready to get started?"
description="Reach out to Anytime Plumbing for expert service. We are ready to assist with any project, big or small."
description="Reach out to Anytime Plumbing at +15038948241. Our team is standing by to assist with your plumbing needs."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e5n547"
mediaAnimation="slide-up"
imageAlt="plumber consulting with client home"
buttonText="Submit Request"
termsText="By submitting, you agree to our contact policy for professional plumbing services."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterBaseReveal
logoText="Anytime Plumbing"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
columns={[
{ title: "Support", items: [{ label: "Emergency Repairs", href: "#" }, { label: "Maintenance", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#contact" }] }
]}
copyrightText="© 2024 Anytime Plumbing. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}