|
|
|
|
@@ -2,11 +2,11 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
|
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
|
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
|
|
|
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
|
|
|
@@ -56,30 +56,42 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroOverlay
|
|
|
|
|
<HeroBillboardDashboard
|
|
|
|
|
title="Luxury Detailing for Discerning Car Owners"
|
|
|
|
|
description="Professional handapplied ceramic coatings, paint correction, and interior restoration that preserve your vehicle's pristine condition. Book your transformation today."
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Schedule Your Detail", href: "#contact"},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/car-polishing-close-up.jpg"
|
|
|
|
|
imageAlt="Luxurious car being polished by a professional detailer"
|
|
|
|
|
showBlur={true}
|
|
|
|
|
textPosition="bottom"
|
|
|
|
|
avatars={[
|
|
|
|
|
{
|
|
|
|
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/professional-man-smiling-car.jpg", alt: "Smiling professional man"},
|
|
|
|
|
{
|
|
|
|
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/professional-woman-car-owner.jpg", alt: "Successful businesswoman"},
|
|
|
|
|
{
|
|
|
|
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/man-happy-with-car.jpg", alt: "Elegant man car owner"},
|
|
|
|
|
{
|
|
|
|
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/businesswoman-in-car-dealership.jpg", alt: "Satisfied client happy car owner"},
|
|
|
|
|
{
|
|
|
|
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/older-man-classic-car.jpg", alt: "Young professional car enthusiast"},
|
|
|
|
|
]}
|
|
|
|
|
avatarText="Trusted by over 1000+ car enthusiasts"
|
|
|
|
|
dashboard={{
|
|
|
|
|
title: "Luxelay Detailing Overview", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EuHt2ZxlmvkmNTdQSd3dWMTSTY/uploaded-1781024400128-d87twxr7.png", imageAlt: "Luxelay Detailing Dashboard", logoIcon: Car,
|
|
|
|
|
stats: [
|
|
|
|
|
{
|
|
|
|
|
title: "Jobs Completed", values: [4500, 5000, 5500],
|
|
|
|
|
description: "Total services rendered"},
|
|
|
|
|
{
|
|
|
|
|
title: "Happy Clients", values: [950, 1000, 1050],
|
|
|
|
|
description: "Satisfied customers"},
|
|
|
|
|
{
|
|
|
|
|
title: "Avg. Rating", values: [4.8, 4.9, 5.0],
|
|
|
|
|
valueSuffix: "/5", valueFormat: { minimumFractionDigits: 1, maximumFractionDigits: 1 },
|
|
|
|
|
description: "Customer feedback"},
|
|
|
|
|
],
|
|
|
|
|
sidebarItems: [
|
|
|
|
|
{ icon: Car, active: true },
|
|
|
|
|
{ icon: Gauge },
|
|
|
|
|
{ icon: Star },
|
|
|
|
|
{ icon: Shield },
|
|
|
|
|
],
|
|
|
|
|
buttons: [{ text: "View Services", href: "#services" }],
|
|
|
|
|
chartTitle: "Service Trends", chartData: [{ value: 60 }, { value: 75 }, { value: 90 }, { value: 80 }, { value: 100 }, { value: 120 }],
|
|
|
|
|
listItems: [
|
|
|
|
|
{ icon: Car, title: "Ceramic Pro Detail", status: "Upcoming" },
|
|
|
|
|
{ icon: Paintbrush, title: "Paint Correction", status: "In Progress" },
|
|
|
|
|
{ icon: Shield, title: "Interior Deep Clean", status: "Completed" },
|
|
|
|
|
],
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -100,11 +112,11 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Ceramic Coatings", description: "Long-lasting protection for your paintwork, providing incredible gloss, hydrophobicity, and ease of maintenance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/ceramic-coating-application.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/water-beading-ceramic-coating.jpg", buttonText: "Learn More", buttonHref: "#pricing"},
|
|
|
|
|
title: "Ceramic Coatings", description: "Long-lasting protection for your paintwork, providing incredible gloss, hydrophobicity, and ease of maintenance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EuHt2ZxlmvkmNTdQSd3dWMTSTY/uploaded-1781025421248-x7yupibh.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/water-beading-ceramic-coating.jpg", buttonText: "Learn More", buttonHref: "#pricing"},
|
|
|
|
|
{
|
|
|
|
|
title: "Paint Correction", description: "Restore your vehicle's paint to its pristine condition by eliminating swirls, scratches, and oxidation, revealing a mirror-like finish.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/paint-correction-process.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/swirl-removal-before-after.jpg", buttonText: "Discover Paint Perfection", buttonHref: "#pricing"},
|
|
|
|
|
title: "Paint Correction", description: "Restore your vehicle's paint to its pristine condition by eliminating swirls, scratches, and oxidation, revealing a mirror-like finish.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EuHt2ZxlmvkmNTdQSd3dWMTSTY/uploaded-1781025421248-kaafmzan.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/swirl-removal-before-after.jpg", buttonText: "Discover Paint Perfection", buttonHref: "#pricing"},
|
|
|
|
|
{
|
|
|
|
|
title: "Interior Restoration", description: "Deep cleaning and conditioning of all interior surfaces, including leather, carpets, and trim, for a fresh, luxurious cabin.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/interior-detailing-vacuum.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/leather-conditioning.jpg", buttonText: "Explore Interior Services", buttonHref: "#pricing"},
|
|
|
|
|
title: "Interior Restoration", description: "Deep cleaning and conditioning of all interior surfaces, including leather, carpets, and trim, for a fresh, luxurious cabin.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EuHt2ZxlmvkmNTdQSd3dWMTSTY/uploaded-1781029374249-dg45uvps.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/leather-conditioning.jpg", buttonText: "Explore Interior Services", buttonHref: "#pricing"},
|
|
|
|
|
]}
|
|
|
|
|
title="Our Premium Services"
|
|
|
|
|
description="Experience unparalleled care with our comprehensive detailing packages tailored to your vehicle's needs."
|
|
|
|
|
@@ -228,17 +240,14 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
<ContactSplit
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "radial-gradient"}}
|
|
|
|
|
tag="Get In Touch"
|
|
|
|
|
title="Ready for a Showroom Finish?"
|
|
|
|
|
description="Schedule your premium detailing service today and let us restore your vehicle's brilliance. Reach out to our team for a personalized consultation."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Book Your Detail Now", href: "mailto:info@luxelaydetailing.com?subject=Inquiry%20from%20Website&body=I%20would%20like%20to%20inquire%20about%20your%20detailing%20services."},
|
|
|
|
|
]}
|
|
|
|
|
tag="Schedule Your Service"
|
|
|
|
|
title="Book Your Luxury Detailing Appointment"
|
|
|
|
|
description="Use our simple booking process to select your services and preferred time slot. We'll confirm your appointment shortly."
|
|
|
|
|
buttonText="Proceed to Scheduling"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -254,7 +263,7 @@ export default function LandingPage() {
|
|
|
|
|
href: "https://www.facebook.com/luxelaydetailing", ariaLabel: "Facebook"},
|
|
|
|
|
{
|
|
|
|
|
icon: Instagram,
|
|
|
|
|
href: "https://www.instagram.com/luxelaydetailing", ariaLabel: "Instagram"},
|
|
|
|
|
href: "https://www.instagram.com/luxelay_detailing?igsh=NGJkdWw0d2Q4cHAy&utm_source=qr", ariaLabel: "Instagram"},
|
|
|
|
|
{
|
|
|
|
|
icon: Twitter,
|
|
|
|
|
href: "https://twitter.com/luxelaydetailing", ariaLabel: "Twitter"},
|
|
|
|
|
@@ -264,4 +273,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|