16 Commits

Author SHA1 Message Date
c25aaac7fa Update src/app/page.tsx 2026-06-10 03:33:33 +00:00
ce29465e12 Merge version_8 into main
Merge version_8 into main
2026-06-10 03:26:02 +00:00
cbfb6747ed Update src/app/page.tsx 2026-06-10 03:25:56 +00:00
b9fc4f027e Merge version_7 into main
Merge version_7 into main
2026-06-09 21:19:31 +00:00
e88488d2b1 Update src/app/styles/variables.css 2026-06-09 21:19:24 +00:00
8bb5e66602 Merge version_6 into main
Merge version_6 into main
2026-06-09 18:23:22 +00:00
8d4370b9bf Update src/app/page.tsx 2026-06-09 18:23:19 +00:00
741358fdbb Merge version_5 into main
Merge version_5 into main
2026-06-09 17:20:44 +00:00
56b10d8ef3 Update src/app/page.tsx 2026-06-09 17:20:41 +00:00
af841ee679 Merge version_4 into main
Merge version_4 into main
2026-06-09 17:17:47 +00:00
7f602208cf Update src/app/page.tsx 2026-06-09 17:17:41 +00:00
073f72b4fb Merge version_3 into main
Merge version_3 into main
2026-06-09 17:01:27 +00:00
36b0794f00 Update src/app/page.tsx 2026-06-09 17:01:24 +00:00
1f462e71d9 Merge version_3 into main
Merge version_3 into main
2026-06-09 17:00:50 +00:00
e19a6233a7 Update src/app/page.tsx 2026-06-09 17:00:47 +00:00
32a1a031db Merge version_2 into main
Merge version_2 into main
2026-06-09 16:41:58 +00:00
2 changed files with 51 additions and 42 deletions

View File

@@ -2,11 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; 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 FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterCard from '@/components/sections/footer/FooterCard'; 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 MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
@@ -56,30 +56,42 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroBillboardDashboard
title="Luxury Detailing for Discerning Car Owners" 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." 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={[ buttons={[
{ {
text: "Schedule Your Detail", href: "#contact"}, text: "Schedule Your Detail", href: "#contact"},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/car-detailing/car-polishing-close-up.jpg" dashboard={{
imageAlt="Luxurious car being polished by a professional detailer" 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,
showBlur={true} stats: [
textPosition="bottom" {
avatars={[ title: "Jobs Completed", values: [4500, 5000, 5500],
{ description: "Total services rendered"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/professional-man-smiling-car.jpg", alt: "Smiling professional man"}, {
{ title: "Happy Clients", values: [950, 1000, 1050],
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/professional-woman-car-owner.jpg", alt: "Successful businesswoman"}, description: "Satisfied customers"},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/man-happy-with-car.jpg", alt: "Elegant man car owner"}, title: "Avg. Rating", values: [4.8, 4.9, 5.0],
{ valueSuffix: "/5", valueFormat: { minimumFractionDigits: 1, maximumFractionDigits: 1 },
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/businesswoman-in-car-dealership.jpg", alt: "Satisfied client happy car owner"}, description: "Customer feedback"},
{ ],
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/older-man-classic-car.jpg", alt: "Young professional car enthusiast"}, sidebarItems: [
]} { icon: Car, active: true },
avatarText="Trusted by over 1000+ car enthusiasts" { 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> </div>
@@ -100,11 +112,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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" title="Our Premium Services"
description="Experience unparalleled care with our comprehensive detailing packages tailored to your vehicle's needs." 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>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
tag="Get In Touch" tag="Schedule Your Service"
title="Ready for a Showroom Finish?" title="Book Your Luxury Detailing Appointment"
description="Schedule your premium detailing service today and let us restore your vehicle's brilliance. Reach out to our team for a personalized consultation." description="Use our simple booking process to select your services and preferred time slot. We'll confirm your appointment shortly."
buttons={[ buttonText="Proceed to Scheduling"
{
text: "Book Your Detail Now", href: "mailto:info@luxelaydetailing.com?subject=Inquiry%20from%20Website&body=I%20would%20like%20to%20inquire%20about%20your%20detailing%20services."},
]}
/> />
</div> </div>
@@ -254,7 +263,7 @@ export default function LandingPage() {
href: "https://www.facebook.com/luxelaydetailing", ariaLabel: "Facebook"}, href: "https://www.facebook.com/luxelaydetailing", ariaLabel: "Facebook"},
{ {
icon: Instagram, 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, icon: Twitter,
href: "https://twitter.com/luxelaydetailing", ariaLabel: "Twitter"}, href: "https://twitter.com/luxelaydetailing", ariaLabel: "Twitter"},
@@ -264,4 +273,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f4ef; --background: #0a0a0a;
--card: #dad6cd; --card: #1a1a1a;
--foreground: #2a2928; --foreground: #f5f5f5;
--primary-cta: #2a2928; --primary-cta: #ffdf7d;
--primary-cta-text: #f5f4ef; --primary-cta-text: #0a0a0a;
--secondary-cta: #ecebea; --secondary-cta: #1a1a1a;
--secondary-cta-text: #2a2928; --secondary-cta-text: #ffffff;
--accent: #ffffff; --accent: #b8860b;
--background-accent: #c6b180; --background-accent: #8b6914;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);