Compare commits
20 Commits
version_1
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b61b4f419 | |||
| e843f795fb | |||
| c25aaac7fa | |||
| ce29465e12 | |||
| cbfb6747ed | |||
| b9fc4f027e | |||
| e88488d2b1 | |||
| 8bb5e66602 | |||
| 8d4370b9bf | |||
| 741358fdbb | |||
| 56b10d8ef3 | |||
| af841ee679 | |||
| 7f602208cf | |||
| 073f72b4fb | |||
| 36b0794f00 | |||
| 1f462e71d9 | |||
| e19a6233a7 | |||
| 32a1a031db | |||
| 681e40c3a6 | |||
| f3c45467b7 |
107
src/app/page.tsx
107
src/app/page.tsx
@@ -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';
|
||||||
@@ -34,52 +34,66 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home", id: "#hero"},
|
name: "Home", id: "/"},
|
||||||
{
|
{
|
||||||
name: "About", id: "#about"},
|
name: "About", id: "/#about"},
|
||||||
{
|
{
|
||||||
name: "Services", id: "#services"},
|
name: "Services", id: "/#services"},
|
||||||
{
|
{
|
||||||
name: "Pricing", id: "#pricing"},
|
name: "Pricing", id: "/#pricing"},
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "#testimonials"},
|
name: "Testimonials", id: "/#testimonials"},
|
||||||
{
|
{
|
||||||
name: "FAQ", id: "#faq"},
|
name: "FAQ", id: "/#faq"},
|
||||||
|
{
|
||||||
|
name: "Book Now", id: "/book-now"},
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r6x4nr"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r6x4nr"
|
||||||
logoAlt="Luxelay Detailing Logo"
|
logoAlt="Luxelay Detailing Logo"
|
||||||
brandName="Luxelay Detailing"
|
brandName="Luxelay Detailing"
|
||||||
button={{
|
button={{
|
||||||
text: "Schedule Now", href: "#contact"}}
|
text: "Schedule Now", href: "/book-now"}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</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: "/book-now"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193581.jpg"
|
dashboard={{
|
||||||
imageAlt="Luxurious black sports car being detailed by Luxelay Detailing"
|
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: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", alt: "Smiling professional man"},
|
{
|
||||||
{
|
title: "Happy Clients", values: [950, 1000, 1050],
|
||||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", alt: "Successful businesswoman"},
|
description: "Satisfied customers"},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-man-standing-by-his-car_1303-31495.jpg", alt: "Elegant man car owner"},
|
title: "Avg. Rating", values: [4.8, 4.9, 5.0],
|
||||||
{
|
valueSuffix: "/5", valueFormat: { minimumFractionDigits: 1, maximumFractionDigits: 1 },
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-man-car-dealership_23-2148130233.jpg", alt: "Satisfied client happy car owner"},
|
description: "Customer feedback"},
|
||||||
{
|
],
|
||||||
src: "http://img.b2bpic.net/free-photo/young-handsome-business-man-car-showrrom_1303-21194.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 +114,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: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30600.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212230.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: "http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212247.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193630.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: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193619.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-polish-salon-car-garage_1157-36595.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."
|
||||||
@@ -120,7 +134,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "basic-package", badge: "Entry", price: "$299", subtitle: "Essential care for a brilliant shine.", buttons: [
|
id: "basic-package", badge: "Entry", price: "$299", subtitle: "Essential care for a brilliant shine.", buttons: [
|
||||||
{
|
{
|
||||||
text: "Select Basic", href: "#contact"},
|
text: "Select Basic", href: "/book-now"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Exterior wash & wax", "Interior vacuum & wipe down", "Tire dressing", "Window cleaning"],
|
"Exterior wash & wax", "Interior vacuum & wipe down", "Tire dressing", "Window cleaning"],
|
||||||
@@ -129,7 +143,7 @@ export default function LandingPage() {
|
|||||||
id: "premium-package", badge: "Popular", badgeIcon: Sparkles,
|
id: "premium-package", badge: "Popular", badgeIcon: Sparkles,
|
||||||
price: "$599", subtitle: "Enhanced detailing for lasting beauty.", buttons: [
|
price: "$599", subtitle: "Enhanced detailing for lasting beauty.", buttons: [
|
||||||
{
|
{
|
||||||
text: "Choose Premium", href: "#contact"},
|
text: "Choose Premium", href: "/book-now"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"All Basic features", "Single-stage paint correction", "Sealant application (6-month)", "Deep interior cleaning", "Leather conditioning"],
|
"All Basic features", "Single-stage paint correction", "Sealant application (6-month)", "Deep interior cleaning", "Leather conditioning"],
|
||||||
@@ -138,7 +152,7 @@ export default function LandingPage() {
|
|||||||
id: "ceramic-package", badge: "Ultimate", badgeIcon: Shield,
|
id: "ceramic-package", badge: "Ultimate", badgeIcon: Shield,
|
||||||
price: "$1299", subtitle: "Unrivaled protection and perfection.", buttons: [
|
price: "$1299", subtitle: "Unrivaled protection and perfection.", buttons: [
|
||||||
{
|
{
|
||||||
text: "Go Ultimate", href: "#contact"},
|
text: "Go Ultimate", href: "/book-now"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"All Premium features", "Multi-stage paint correction", "Ceramic coating (3-year)", "Engine bay detailing", "Wheel & caliper coating"],
|
"All Premium features", "Multi-stage paint correction", "Ceramic coating (3-year)", "Engine bay detailing", "Wheel & caliper coating"],
|
||||||
@@ -181,15 +195,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Michael S.", role: "Luxury Sedan Owner", testimonial: "Luxelay Detailing transformed my car! The paint correction is flawless, and the ceramic coating provides an incredible shine. Truly a premium service.", imageSrc: "http://img.b2bpic.net/free-photo/man-having-mobile-talk-while-waiting-electric-car-charge-station-eco-cars_1157-50634.jpg"},
|
id: "1", name: "Michael S.", role: "Luxury Sedan Owner", testimonial: "Luxelay Detailing transformed my car! The paint correction is flawless, and the ceramic coating provides an incredible shine. Truly a premium service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/man-happy-with-car.jpg"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Sarah J.", role: "Executive SUV Owner", testimonial: "I'm incredibly particular about my vehicle, and Luxelay exceeded all expectations. The interior detailing made it feel brand new. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22806.jpg"},
|
id: "2", name: "Sarah J.", role: "Executive SUV Owner", testimonial: "I'm incredibly particular about my vehicle, and Luxelay exceeded all expectations. The interior detailing made it feel brand new. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/professional-woman-car-owner.jpg"},
|
||||||
{
|
{
|
||||||
id: "3", name: "David L.", role: "Sports Car Enthusiast", testimonial: "The attention to detail is unmatched. My sports car has never looked so good – the paint depth is phenomenal. Worth every penny for this level of care.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-male-sunglasses-dressed-black-suit-sitting-luxury-car-against-skyscraper_613910-19325.jpg"},
|
id: "3", name: "David L.", role: "Sports Car Enthusiast", testimonial: "The attention to detail is unmatched. My sports car has never looked so good – the paint depth is phenomenal. Worth every penny for this level of care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/professional-man-smiling-car.jpg"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Emily R.", role: "Fleet Manager", testimonial: "We partnered with Luxelay for our dealership's premium vehicles, and their consistent quality and professionalism are outstanding. An invaluable service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-his-customers-auto-repair-shop_637285-11563.jpg"},
|
id: "4", name: "Emily R.", role: "Fleet Manager", testimonial: "We partnered with Luxelay for our dealership's premium vehicles, and their consistent quality and professionalism are outstanding. An invaluable service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/businesswoman-in-car-dealership.jpg"},
|
||||||
{
|
{
|
||||||
id: "5", name: "Robert B.", role: "Classic Car Collector", testimonial: "Trusting my classic car to Luxelay was the best decision. They treated it with such respect and skill. The results are breathtaking.", imageSrc: "http://img.b2bpic.net/free-photo/it-s-mercy-that-i-have-wireless-internet-here_329181-11608.jpg"},
|
id: "5", name: "Robert B.", role: "Classic Car Collector", testimonial: "Trusting my classic car to Luxelay was the best decision. They treated it with such respect and skill. The results are breathtaking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/stock/avatars/older-man-classic-car.jpg"},
|
||||||
]}
|
]}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Hear from discerning car owners who trust Luxelay Detailing for their prized possessions."
|
description="Hear from discerning car owners who trust Luxelay Detailing for their prized possessions."
|
||||||
@@ -228,17 +242,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="General Inquiries"
|
||||||
title="Ready for a Showroom Finish?"
|
title="Have General Questions?"
|
||||||
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="Fill out the form below for general inquiries, feedback, or any non-booking related questions. We'll get back to you promptly."
|
||||||
buttons={[
|
buttonText="Send Message"
|
||||||
{
|
|
||||||
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 +265,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"},
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user