Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 081b1b657a | |||
| a9a69a6e8e |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -147,19 +147,24 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
|
||||||
background={{ variant: "gradient-bars" }}
|
|
||||||
tag="Get in touch"
|
tag="Get in touch"
|
||||||
title="Need Help Today?"
|
title="Need Help Today?"
|
||||||
description="Request your free estimate now or call us to talk to a professional."
|
description="Request your free estimate now or call us to talk to a professional."
|
||||||
buttonText="Request Quote"
|
buttons={[{ text: "Request Quote", href: "#" }]}
|
||||||
|
background={{ variant: "gradient-bars" }}
|
||||||
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterBaseCard
|
||||||
logoText="LocalPro Service"
|
logoText="LocalPro Service"
|
||||||
|
columns={[
|
||||||
|
{ title: "Services", items: [{ label: "General Repair", href: "#" }, { label: "Installation", href: "#" }, { label: "Maintenance", href: "#" }] },
|
||||||
|
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Blog", href: "#" }] },
|
||||||
|
{ title: "Support", items: [{ label: "Contact", href: "#" }, { label: "FAQ", href: "#" }, { label: "Legal", href: "#" }] }
|
||||||
|
]}
|
||||||
copyrightText="© 2025 LocalPro Service | Trusted Neighborhood Experts"
|
copyrightText="© 2025 LocalPro Service | Trusted Neighborhood Experts"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user