Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a01afd75a | |||
| 1ce080ac5c | |||
| c94f06f28a |
@@ -3,9 +3,9 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqBase
|
<FaqDouble
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Answers to your common inquiries about our services."
|
description="Answers to your common inquiries about our services."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -154,15 +154,16 @@ export default function LandingPage() {
|
|||||||
tag="Book Your Appointment"
|
tag="Book Your Appointment"
|
||||||
title="Ready for a Transformation?"
|
title="Ready for a Transformation?"
|
||||||
description="Get in touch for a free estimate or to schedule your visit today."
|
description="Get in touch for a free estimate or to schedule your visit today."
|
||||||
imageSrc="https://images.unsplash.com/photo-1509114397022-ed747cca3f65?q=80&w=2000"
|
imageSrc="https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=2000"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBaseReveal
|
||||||
logoText="Squeaky Clean"
|
logoText="Squeaky Clean"
|
||||||
|
logoSrc="https://images.unsplash.com/photo-1621351185038-0609356617a2?q=80&w=200"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Services", items: [{ label: "Interior", href: "#services" }, { label: "Exterior", href: "#services" }] },
|
{ title: "Services", items: [{ label: "Interior", href: "#services" }, { label: "Exterior", href: "#services" }] },
|
||||||
{ title: "Contact", items: [{ label: "Call Now", href: "tel:+14133015863" }, { label: "Visit Us", href: "#location" }] },
|
{ title: "Contact", items: [{ label: "Call Now", href: "tel:+14133015863" }, { label: "Visit Us", href: "#location" }] },
|
||||||
|
|||||||
Reference in New Issue
Block a user