Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ce080ac5c | |||
| c94f06f28a | |||
| c97ee789ea | |||
| b5884179cb | |||
| ac3b8267c0 |
@@ -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';
|
||||||
@@ -55,9 +55,9 @@ export default function LandingPage() {
|
|||||||
{ text: "Get a Free Quote", href: "#contact" },
|
{ text: "Get a Free Quote", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0t4mc7", imageAlt: "luxury car detailing shop premium" },
|
{ imageSrc: "https://images.unsplash.com/photo-1607860108855-64acf2078ed9?q=80&w=2000", imageAlt: "luxury white sports car detailing studio finish" },
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dlt3zh", imageAlt: "shiny car exterior reflection" },
|
{ imageSrc: "https://images.unsplash.com/photo-1596702673847-156372c0552b?q=80&w=2000", imageAlt: "professional auto ceramic coating application" },
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=piujk8", imageAlt: "expert car detailing team working" },
|
{ imageSrc: "https://images.unsplash.com/photo-1621351185038-0609356617a2?q=80&w=2000", imageAlt: "luxury vehicle interior premium cleaning detail" },
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -70,9 +70,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
showStepNumbers={false}
|
showStepNumbers={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Interior Deep Cleaning", description: "Complete rejuvenation for your vehicle interior.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pi39l1" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y6jfm1" } },
|
{ title: "Interior Deep Cleaning", description: "Complete rejuvenation for your vehicle interior.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1618843479313-40f8afb4b4d8?q=80&w=1000" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1616781333734-850550186908?q=80&w=1000" } },
|
||||||
{ title: "Exterior Shine", description: "High-gloss paint protection and treatment.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=68he8k" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dj8meo" } },
|
{ title: "Exterior Shine", description: "High-gloss paint protection and treatment.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552930294-6b39bd65a677?q=80&w=1000" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1636220506380-30a2f7c3642e?q=80&w=1000" } },
|
||||||
{ title: "Engine Bay Care", description: "Detailed cleansing of engine components.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3xfm39" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2ghyu4" } },
|
{ title: "Engine Bay Care", description: "Detailed cleansing of engine components.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1583121274602-3e2820c66888?q=80&w=1000" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1502161254066-6c7478679b1b?q=80&w=1000" } },
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Automotive Care"
|
title="Comprehensive Automotive Care"
|
||||||
description="Our premium services guarantee your vehicle looks and feels brand new."
|
description="Our premium services guarantee your vehicle looks and feels brand new."
|
||||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
|||||||
title="The Squeaky Clean Difference"
|
title="The Squeaky Clean Difference"
|
||||||
description="Detailing is an art form. We combine professional expertise with high-end care to ensure your vehicle stands out on the road."
|
description="Detailing is an art form. We combine professional expertise with high-end care to ensure your vehicle stands out on the road."
|
||||||
metrics={[{ value: "1000+", title: "Vehicles Serviced" }, { value: "500+", title: "Satisfied Clients" }, { value: "10+", title: "Years Experience" }]}
|
metrics={[{ value: "1000+", title: "Vehicles Serviced" }, { value: "500+", title: "Satisfied Clients" }, { value: "10+", title: "Years Experience" }]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=45w8x9"
|
imageSrc="https://images.unsplash.com/photo-1581092160607-ee22530868a7?q=80&w=2000"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -100,8 +100,8 @@ export default function LandingPage() {
|
|||||||
title="Before & After Gallery"
|
title="Before & After Gallery"
|
||||||
description="Witness the stunning transformations achieved in our shop."
|
description="Witness the stunning transformations achieved in our shop."
|
||||||
products={[
|
products={[
|
||||||
{ id: "r1", name: "Interior", price: "Deep Clean", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5pajop" },
|
{ id: "r1", name: "Interior", price: "Deep Clean", variant: "", imageSrc: "https://images.unsplash.com/photo-1589129140807-6c2e37905cfc?q=80&w=1200" },
|
||||||
{ id: "r2", name: "Exterior", price: "Correction", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mdtsqp" },
|
{ id: "r2", name: "Exterior", price: "Correction", variant: "", imageSrc: "https://images.unsplash.com/photo-1520369536906-ad07d94b8e05?q=80&w=1200" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -115,14 +115,14 @@ export default function LandingPage() {
|
|||||||
title="Client Reviews"
|
title="Client Reviews"
|
||||||
description="See why car owners trust us with their vehicles."
|
description="See why car owners trust us with their vehicles."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Sarah M.", handle: "@sara", testimonial: "Best detail in town, hands down.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xsh7wd" },
|
{ id: "1", name: "Sarah M.", handle: "@sara", testimonial: "Best detail in town, hands down.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=400" },
|
||||||
{ id: "2", name: "Robert D.", handle: "@robd", testimonial: "Extremely professional and efficient.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=besiru" },
|
{ id: "2", name: "Robert D.", handle: "@robd", testimonial: "Extremely professional and efficient.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=80&w=400" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</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://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e2uwvh"
|
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