Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Sparkles, Home, Briefcase, Shield } from "lucide-react";
|
||||
import { Sparkles, Home, Briefcase, Shield, Phone, Mail, MapPin, CheckCircle } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -148,23 +148,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get in Touch"
|
||||
title="Ready for a cleaner space?"
|
||||
description="Get a free quote today."
|
||||
title="Contact Us Directly"
|
||||
description="Our team is standing by to help. Give us a call or send us a message to schedule your next service."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-cleaning-products_23-2148133452.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Legal", items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] },
|
||||
<FooterCard
|
||||
logoText="Clutch City Cleaning"
|
||||
copyrightText="© 2025 Clutch City Cleaning. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Phone, href: "tel:+15551234567", ariaLabel: "Call Us" },
|
||||
{ icon: Mail, href: "mailto:support@clutchcitycleaning.com", ariaLabel: "Email Us" },
|
||||
{ icon: MapPin, href: "#", ariaLabel: "Location" }
|
||||
]}
|
||||
bottomLeftText="© 2024 Clutch City Cleaning."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user