Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-05 17:28:03 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Carnation Spa"
/>
@@ -59,97 +49,51 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Unmatched Care for Your Machine"
description="Carnation Car & Bike Spa offers premium detailing and grooming services designed to bring the showroom shine back to your prized vehicle."
testimonials={[
{
name: "Alex R.",
handle: "@alex_r",
testimonial: "Exceptional detail work! My car has never looked this clean.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-dealership_23-2148130079.jpg?_wi=1",
imageAlt: "luxury car wash service interior",
},
name: "Alex R.", handle: "@alex_r", testimonial: "Exceptional detail work! My car has never looked this clean.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-dealership_23-2148130079.jpg?_wi=1", imageAlt: "luxury car wash service interior"},
{
name: "Sarah M.",
handle: "@sarah_m",
testimonial: "The best bike spa experience I've had in years. Professional and fast.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22320.jpg?_wi=1",
imageAlt: "luxury car wash service interior",
},
name: "Sarah M.", handle: "@sarah_m", testimonial: "The best bike spa experience I've had in years. Professional and fast.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22320.jpg?_wi=1", imageAlt: "luxury car wash service interior"},
{
name: "John D.",
handle: "@john_d",
testimonial: "Carnation Spa truly understands what luxury vehicle care means.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/guy-girl-kiss-tram-misted-glass_1153-4730.jpg?_wi=1",
imageAlt: "luxury car wash service interior",
},
name: "John D.", handle: "@john_d", testimonial: "Carnation Spa truly understands what luxury vehicle care means.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/guy-girl-kiss-tram-misted-glass_1153-4730.jpg?_wi=1", imageAlt: "luxury car wash service interior"},
{
name: "Elena K.",
handle: "@elena_k",
testimonial: "High-quality ceramic coating service. Worth every penny.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg?_wi=1",
imageAlt: "luxury car wash service interior",
},
name: "Elena K.", handle: "@elena_k", testimonial: "High-quality ceramic coating service. Worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg?_wi=1", imageAlt: "luxury car wash service interior"},
{
name: "Mark L.",
handle: "@mark_l",
testimonial: "Premium service and great hospitality. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headlights-lamp-car_1203-7807.jpg?_wi=1",
imageAlt: "luxury car wash service interior",
},
name: "Mark L.", handle: "@mark_l", testimonial: "Premium service and great hospitality. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headlights-lamp-car_1203-7807.jpg?_wi=1", imageAlt: "luxury car wash service interior"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-dealership_23-2148130079.jpg?_wi=2"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/expensive-car-unrecognizable-customers_651396-1143.jpg",
alt: "Expensive car and unrecognizable customers",
},
src: "http://img.b2bpic.net/free-photo/expensive-car-unrecognizable-customers_651396-1143.jpg", alt: "Expensive car and unrecognizable customers"},
{
src: "http://img.b2bpic.net/free-photo/headlights-car_1232-2142.jpg",
alt: "Headlights of car",
},
src: "http://img.b2bpic.net/free-photo/headlights-car_1232-2142.jpg", alt: "Headlights of car"},
{
src: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020055.jpg",
alt: "Empty room background with white walls",
},
src: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020055.jpg", alt: "Empty room background with white walls"},
{
src: "http://img.b2bpic.net/free-photo/nobody-column-parking-neon-indoors_1127-2365.jpg",
alt: "nobody column parking neon indoors",
},
src: "http://img.b2bpic.net/free-photo/nobody-column-parking-neon-indoors_1127-2365.jpg", alt: "nobody column parking neon indoors"},
{
src: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg",
alt: "Car wash detailing station",
},
src: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg", alt: "Car wash detailing station"},
]}
marqueeItems={[
{
type: "text",
text: "Premium Detailing",
},
type: "text", text: "Premium Detailing"},
{
type: "text",
text: "Ceramic Protection",
},
type: "text", text: "Ceramic Protection"},
{
type: "text",
text: "Interior Grooming",
},
type: "text", text: "Interior Grooming"},
{
type: "text",
text: "Bike Spa Specialist",
},
type: "text", text: "Bike Spa Specialist"},
{
type: "text",
text: "Eco-Friendly Products",
},
type: "text", text: "Eco-Friendly Products"},
]}
/>
</div>
@@ -159,9 +103,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Legacy of Perfection"
description={[
"For over a decade, Carnation has dedicated itself to the fine art of vehicle grooming. We combine high-tech cleaning methods with a human touch to ensure every detail is flawless.",
"Our philosophy is built on trust, quality, and a shared passion for automobiles and motorcycles.",
]}
"For over a decade, Carnation has dedicated itself to the fine art of vehicle grooming. We combine high-tech cleaning methods with a human touch to ensure every detail is flawless.", "Our philosophy is built on trust, quality, and a shared passion for automobiles and motorcycles."]}
/>
</div>
@@ -172,20 +114,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Advanced Foam Wash",
description: "High-pressure foam deep clean removing micro-contaminants effectively.",
imageSrc: "http://img.b2bpic.net/free-photo/guy-girl-kiss-tram-misted-glass_1153-4730.jpg?_wi=2",
},
title: "Advanced Foam Wash", description: "High-pressure foam deep clean removing micro-contaminants effectively.", imageSrc: "http://img.b2bpic.net/free-photo/guy-girl-kiss-tram-misted-glass_1153-4730.jpg?_wi=2"},
{
title: "Interior Deep Groom",
description: "Comprehensive vacuuming, leather conditioning, and odor removal techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg?_wi=2",
},
title: "Interior Deep Groom", description: "Comprehensive vacuuming, leather conditioning, and odor removal techniques.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg?_wi=2"},
{
title: "Ceramic Paint Coating",
description: "Long-term UV protection and mirror-finish gloss enhancement for exterior surfaces.",
imageSrc: "http://img.b2bpic.net/free-photo/headlights-lamp-car_1203-7807.jpg?_wi=2",
},
title: "Ceramic Paint Coating", description: "Long-term UV protection and mirror-finish gloss enhancement for exterior surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/headlights-lamp-car_1203-7807.jpg?_wi=2"},
]}
title="Our Signature Services"
description="Comprehensive detailing solutions tailored to your vehicle's specific needs, ensuring long-lasting protection and a pristine appearance."
@@ -199,53 +132,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "1",
title: "Basic Wash",
price: "$49",
period: "/session",
features: [
"External Foam Wash",
"Wheel Detailing",
"Tire Shine",
],
id: "1", title: "Basic Wash", price: "$49", period: "/session", features: [
"External Foam Wash", "Wheel Detailing", "Tire Shine"],
button: {
text: "Select Basic",
},
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22320.jpg?_wi=2",
imageAlt: "car wash spa team professional",
},
text: "Book Basic Wash"},
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22320.jpg?_wi=2", imageAlt: "car wash spa team professional"},
{
id: "2",
title: "Premium Spa",
price: "$129",
period: "/session",
features: [
"All Basic Features",
"Deep Interior Vacuum",
"Leather Protection",
],
id: "2", title: "Premium Spa", price: "$129", period: "/session", features: [
"All Basic Features", "Deep Interior Vacuum", "Leather Protection"],
button: {
text: "Select Premium",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-dealership_23-2148130079.jpg?_wi=3",
imageAlt: "car wash spa team professional",
},
text: "Book Premium Spa"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-dealership_23-2148130079.jpg?_wi=3", imageAlt: "car wash spa team professional"},
{
id: "3",
title: "Signature Detailing",
price: "$299",
period: "/session",
features: [
"All Premium Features",
"Engine Bay Detail",
"Ceramic Coating",
],
id: "3", title: "Signature Detailing", price: "$299", period: "/session", features: [
"All Premium Features", "Engine Bay Detail", "Ceramic Coating"],
button: {
text: "Select Signature",
},
imageSrc: "http://img.b2bpic.net/free-photo/guy-girl-kiss-tram-misted-glass_1153-4730.jpg?_wi=3",
imageAlt: "car wash spa team professional",
},
text: "Book Signature Detailing"},
imageSrc: "http://img.b2bpic.net/free-photo/guy-girl-kiss-tram-misted-glass_1153-4730.jpg?_wi=3", imageAlt: "car wash spa team professional"},
]}
title="Custom Packages"
description="Choose from our tiered packages designed for every vehicle and budget level."
@@ -259,26 +162,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15,000+",
title: "Cars Washed",
description: "Vehicles groomed to perfection",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-paint-gun-side-view_23-2149878802.jpg",
},
id: "m1", value: "15,000+", title: "Cars Washed", description: "Vehicles groomed to perfection", imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-paint-gun-side-view_23-2149878802.jpg"},
{
id: "m2",
value: "5,000+",
title: "Bikes Spaced",
description: "Happy riders, satisfied bikes",
imageSrc: "http://img.b2bpic.net/free-photo/beige-interior-decoration-luxurious-car_181624-25274.jpg",
},
id: "m2", value: "5,000+", title: "Bikes Spaced", description: "Happy riders, satisfied bikes", imageSrc: "http://img.b2bpic.net/free-photo/beige-interior-decoration-luxurious-car_181624-25274.jpg"},
{
id: "m3",
value: "99%",
title: "Client Satisfaction",
description: "Consistent 5-star service ratings",
imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25242.jpg",
},
id: "m3", value: "99%", title: "Client Satisfaction", description: "Consistent 5-star service ratings", imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25242.jpg"},
]}
title="Quality in Numbers"
description="Our commitment to excellence is reflected in the trust placed in us by thousands of happy vehicle owners."
@@ -290,30 +178,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Jenkins",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg",
},
id: "1", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pressing-ringbell_1187-3687.jpg"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171289.jpg",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171289.jpg"},
{
id: "3",
name: "Elena Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-call-center-girl-wearing-headset-sitting-desk-doing-heart-sign-isolated-orange_141793-77496.jpg",
},
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-call-center-girl-wearing-headset-sitting-desk-doing-heart-sign-isolated-orange_141793-77496.jpg"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039057.jpg",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039057.jpg"},
{
id: "5",
name: "Linda Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-happy-expression_1194-4514.jpg",
},
id: "5", name: "Linda Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-happy-expression_1194-4514.jpg"},
]}
cardTitle="Client Voices"
cardTag="Testimonials"
@@ -327,20 +200,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do I need an appointment?",
content: "Yes, appointments are highly recommended to ensure we dedicate the necessary time for your vehicle.",
},
id: "q1", title: "Do I need an appointment?", content: "Yes, appointments are highly recommended to ensure we dedicate the necessary time for your vehicle."},
{
id: "q2",
title: "How long does a detailing take?",
content: "Depending on the package, detailing can take anywhere from 2 to 6 hours.",
},
id: "q2", title: "How long does a detailing take?", content: "Depending on the package, detailing can take anywhere from 2 to 6 hours."},
{
id: "q3",
title: "Do you use eco-friendly products?",
content: "Absolutely, we use premium biodegradable cleaning solutions for all our services.",
},
id: "q3", title: "Do you use eco-friendly products?", content: "Absolutely, we use premium biodegradable cleaning solutions for all our services."},
]}
title="Service Queries"
description="Common questions about our car wash and spa process."
@@ -352,8 +216,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Booking"
title="Book Your Spa Slot"
description="Leave your email to stay updated on our seasonal offers and schedule your next visit."
@@ -364,37 +227,23 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}
@@ -405,4 +254,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}