Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
268
src/app/page.tsx
268
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
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: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Jimenez Car Wash"
|
||||
/>
|
||||
@@ -69,21 +55,16 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Sparkling Clean Rides, Every Time."
|
||||
description="Experience the ultimate shine with Jimenez Car Wash. We deliver premium car care, ensuring your vehicle looks its best."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg"
|
||||
imageAlt="Sparkling clean car at a car wash"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,7 +74,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="About Jimenez Car Wash"
|
||||
description="Jimenez Car Wash has been serving our community with top-notch car cleaning services for over a decade. Our passion for pristine vehicles drives us to use the best products and techniques, guaranteeing a brilliant shine and lasting protection for your car. We pride ourselves on efficiency, quality, and a friendly customer experience."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30588.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30588.jpg"
|
||||
imageAlt="Car being hand-washed with foam"
|
||||
/>
|
||||
</div>
|
||||
@@ -105,46 +86,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Express Exterior Wash",
|
||||
description: "Get a fast, high-quality exterior clean including soap, rinse, and spot-free dry. Perfect for daily drivers.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149295094.jpg",
|
||||
imageAlt: "Car wash app showing express wash",
|
||||
},
|
||||
title: "Express Exterior Wash", description: "Get a fast, high-quality exterior clean including soap, rinse, and spot-free dry. Perfect for daily drivers.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149295094.jpg", imageAlt: "Car wash app showing express wash"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4971.jpg",
|
||||
imageAlt: "Car wash app showing wash progress",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg?_wi=2",
|
||||
imageAlt: "car wash phone screen app interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4971.jpg", imageAlt: "Car wash app showing wash progress"}
|
||||
},
|
||||
{
|
||||
title: "Deluxe Wash & Wax",
|
||||
description: "Our popular package adds a protective wax layer, wheel cleaning, and tire shine for a deeper clean and lasting luster.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-car_23-2149270131.jpg",
|
||||
imageAlt: "Car wash app showing deluxe wash",
|
||||
},
|
||||
title: "Deluxe Wash & Wax", description: "Our popular package adds a protective wax layer, wheel cleaning, and tire shine for a deeper clean and lasting luster.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-car_23-2149270131.jpg", imageAlt: "Car wash app showing deluxe wash"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-insurance-screen_493343-30013.jpg",
|
||||
imageAlt: "Car wash app showing wax option",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30588.jpg?_wi=2",
|
||||
imageAlt: "car wash phone screen app interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-insurance-screen_493343-30013.jpg", imageAlt: "Car wash app showing wax option"}
|
||||
},
|
||||
{
|
||||
title: "Ultimate Detail Package",
|
||||
description: "The complete treatment: interior vacuum, window cleaning, dashboard wipe, hand wax, and more for a showroom finish.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-near-car_1157-16964.jpg",
|
||||
imageAlt: "Car wash app showing ultimate detail",
|
||||
},
|
||||
title: "Ultimate Detail Package", description: "The complete treatment: interior vacuum, window cleaning, dashboard wipe, hand wax, and more for a showroom finish.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-near-car_1157-16964.jpg", imageAlt: "Car wash app showing ultimate detail"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-bath-bomb-water_23-2147933822.jpg",
|
||||
imageAlt: "Car wash app showing interior cleaning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg",
|
||||
imageAlt: "car wash phone screen app interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-bath-bomb-water_23-2147933822.jpg", imageAlt: "Car wash app showing interior cleaning"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -161,25 +118,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Our customers consistently leave with a smile and a spotless vehicle.",
|
||||
icon: ThumbsUp,
|
||||
id: "m1", value: "98%", title: "Customer Satisfaction", description: "Our customers consistently leave with a smile and a spotless vehicle.", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10+",
|
||||
title: "Years of Experience",
|
||||
description: "Bringing over a decade of expertise in car care and detailing.",
|
||||
icon: Clock,
|
||||
id: "m2", value: "10+", title: "Years of Experience", description: "Bringing over a decade of expertise in car care and detailing.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50K+",
|
||||
title: "Cars Washed Annually",
|
||||
description: "Trust us with your ride, join thousands of happy car owners every year.",
|
||||
icon: Car,
|
||||
id: "m3", value: "50K+", title: "Cars Washed Annually", description: "Trust us with your ride, join thousands of happy car owners every year.", icon: Car,
|
||||
},
|
||||
]}
|
||||
title="Why Trust Jimenez Car Wash?"
|
||||
@@ -194,61 +139,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Standard",
|
||||
price: "$15",
|
||||
subtitle: "Essential Exterior Clean",
|
||||
buttons: [
|
||||
id: "p1", badge: "Standard", price: "$15", subtitle: "Essential Exterior Clean", buttons: [
|
||||
{
|
||||
text: "Select Standard",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Standard", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Soft-touch wash",
|
||||
"Spot-free rinse",
|
||||
"Underbody flush",
|
||||
"Tire shine",
|
||||
],
|
||||
"Soft-touch wash", "Spot-free rinse", "Underbody flush", "Tire shine"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$25",
|
||||
subtitle: "Enhanced Clean & Protection",
|
||||
buttons: [
|
||||
id: "p2", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$25", subtitle: "Enhanced Clean & Protection", buttons: [
|
||||
{
|
||||
text: "Select Deluxe",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Deluxe", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Includes Standard features",
|
||||
"Triple foam polish",
|
||||
"Wheel cleaning",
|
||||
"Rain-X surface protectant",
|
||||
],
|
||||
"Includes Standard features", "Triple foam polish", "Wheel cleaning", "Rain-X surface protectant"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Premium",
|
||||
badgeIcon: Zap,
|
||||
price: "$40",
|
||||
subtitle: "Ultimate Shine & Detail",
|
||||
buttons: [
|
||||
id: "p3", badge: "Premium", badgeIcon: Zap,
|
||||
price: "$40", subtitle: "Ultimate Shine & Detail", buttons: [
|
||||
{
|
||||
text: "Select Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Premium", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Includes Deluxe features",
|
||||
"Carnauba hot wax",
|
||||
"Interior vacuum",
|
||||
"Window cleaning",
|
||||
"Dashboard wipe",
|
||||
],
|
||||
"Includes Deluxe features", "Carnauba hot wax", "Interior vacuum", "Window cleaning", "Dashboard wipe"],
|
||||
},
|
||||
]}
|
||||
title="Find Your Perfect Wash"
|
||||
@@ -262,65 +176,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Maria S.",
|
||||
date: "May 10, 2024",
|
||||
title: "My car looks brand new!",
|
||||
quote: "Jimenez Car Wash always delivers. My car looks absolutely spotless every time. The staff is friendly and efficient. Highly recommend their deluxe package!",
|
||||
tag: "Deluxe Package",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg",
|
||||
avatarAlt: "Maria S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/road-safety-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16595.jpg",
|
||||
imageAlt: "Clean car interior",
|
||||
},
|
||||
id: "t1", name: "Maria S.", date: "May 10, 2024", title: "My car looks brand new!", quote: "Jimenez Car Wash always delivers. My car looks absolutely spotless every time. The staff is friendly and efficient. Highly recommend their deluxe package!", tag: "Deluxe Package", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", avatarAlt: "Maria S.", imageSrc: "http://img.b2bpic.net/free-photo/road-safety-close-up-view-interior-brand-new-modern-luxury-automobile_146671-16595.jpg", imageAlt: "Clean car interior"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David R.",
|
||||
date: "Apr 22, 2024",
|
||||
title: "Best car wash in town!",
|
||||
quote: "I've tried many car washes, and Jimenez is by far the best. The attention to detail is unmatched, and my paint always shines. Great value for the premium service.",
|
||||
tag: "Ultimate Detail",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
avatarAlt: "David R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panning-shot-cars-with-sleek-design-showroom-waiting-be-purchased_482257-108124.jpg",
|
||||
imageAlt: "Shiny black car exterior",
|
||||
},
|
||||
id: "t2", name: "David R.", date: "Apr 22, 2024", title: "Best car wash in town!", quote: "I've tried many car washes, and Jimenez is by far the best. The attention to detail is unmatched, and my paint always shines. Great value for the premium service.", tag: "Ultimate Detail", avatarSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", avatarAlt: "David R.", imageSrc: "http://img.b2bpic.net/free-photo/panning-shot-cars-with-sleek-design-showroom-waiting-be-purchased_482257-108124.jpg", imageAlt: "Shiny black car exterior"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jessica L.",
|
||||
date: "Apr 05, 2024",
|
||||
title: "Quick and spotless!",
|
||||
quote: "Needed a quick wash before a meeting, and Jimenez Car Wash was fast and thorough. My car was sparkling, and I was back on the road in no time. Fantastic service!",
|
||||
tag: "Express Wash",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-yellow-background-with-happy-cool-smile-face-lucky-person_839833-8587.jpg",
|
||||
avatarAlt: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2398.jpg",
|
||||
imageAlt: "Clean car wheels",
|
||||
},
|
||||
id: "t3", name: "Jessica L.", date: "Apr 05, 2024", title: "Quick and spotless!", quote: "Needed a quick wash before a meeting, and Jimenez Car Wash was fast and thorough. My car was sparkling, and I was back on the road in no time. Fantastic service!", tag: "Express Wash", avatarSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-yellow-background-with-happy-cool-smile-face-lucky-person_839833-8587.jpg", avatarAlt: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2398.jpg", imageAlt: "Clean car wheels"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Robert K.",
|
||||
date: "Mar 18, 2024",
|
||||
title: "Friendly staff, great results.",
|
||||
quote: "The team at Jimenez is always so welcoming. They do an incredible job, and I appreciate their honesty and dedication. My car always feels refreshed after a visit.",
|
||||
tag: "Regular Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-senior-with-hand-stretched_23-2148373841.jpg",
|
||||
avatarAlt: "Robert K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-tries-repair-broken-car_661209-359.jpg",
|
||||
imageAlt: "Clean car engine bay",
|
||||
},
|
||||
id: "t4", name: "Robert K.", date: "Mar 18, 2024", title: "Friendly staff, great results.", quote: "The team at Jimenez is always so welcoming. They do an incredible job, and I appreciate their honesty and dedication. My car always feels refreshed after a visit.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-senior-with-hand-stretched_23-2148373841.jpg", avatarAlt: "Robert K.", imageSrc: "http://img.b2bpic.net/free-photo/man-tries-repair-broken-car_661209-359.jpg", imageAlt: "Clean car engine bay"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily P.",
|
||||
date: "Mar 01, 2024",
|
||||
title: "Amazing interior detail!",
|
||||
quote: "I spilled coffee in my car and thought it was ruined. Jimenez Car Wash worked wonders! The interior is immaculate. I'm beyond impressed.",
|
||||
tag: "Interior Detail",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-happily-clapping-hands-satisfied-with-accomplishments-studio-background_482257-92829.jpg",
|
||||
avatarAlt: "Emily P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg",
|
||||
imageAlt: "Vacuumed car interior",
|
||||
},
|
||||
id: "t5", name: "Emily P.", date: "Mar 01, 2024", title: "Amazing interior detail!", quote: "I spilled coffee in my car and thought it was ruined. Jimenez Car Wash worked wonders! The interior is immaculate. I'm beyond impressed.", tag: "Interior Detail", avatarSrc: "http://img.b2bpic.net/free-photo/man-happily-clapping-hands-satisfied-with-accomplishments-studio-background_482257-92829.jpg", avatarAlt: "Emily P.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg", imageAlt: "Vacuumed car interior"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't just take our word for it – hear from our satisfied customers who love their Jimenez Car Wash experience."
|
||||
@@ -332,14 +196,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"City Taxi",
|
||||
"Elite Rentals",
|
||||
"Green Delivery",
|
||||
"Prime Auto",
|
||||
"Swift Logistics",
|
||||
"Fresh Foods Inc.",
|
||||
"Urban Wheels",
|
||||
]}
|
||||
"City Taxi", "Elite Rentals", "Green Delivery", "Prime Auto", "Swift Logistics", "Fresh Foods Inc.", "Urban Wheels"]}
|
||||
title="Trusted by Local Businesses"
|
||||
description="We're proud to be the preferred car wash partner for numerous local businesses and fleets."
|
||||
/>
|
||||
@@ -351,25 +208,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Saturday from 8:00 AM to 6:00 PM, and Sundays from 9:00 AM to 4:00 PM. Holiday hours may vary, please check our social media for updates.",
|
||||
},
|
||||
id: "faq1", title: "What are your operating hours?", content: "We are open Monday to Saturday from 8:00 AM to 6:00 PM, and Sundays from 9:00 AM to 4:00 PM. Holiday hours may vary, please check our social media for updates."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do I need an appointment?",
|
||||
content: "Appointments are not required for our standard wash packages, you can simply drive up. For ultimate detail services, we recommend calling ahead to ensure availability.",
|
||||
},
|
||||
id: "faq2", title: "Do I need an appointment?", content: "Appointments are not required for our standard wash packages, you can simply drive up. For ultimate detail services, we recommend calling ahead to ensure availability."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards (Visa, MasterCard, American Express, Discover), debit cards, and cash. We also offer gift cards for purchase.",
|
||||
},
|
||||
id: "faq3", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, MasterCard, American Express, Discover), debit cards, and cash. We also offer gift cards for purchase."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you offer monthly memberships?",
|
||||
content: "Yes, we offer various monthly membership plans for unlimited washes. These plans provide great value for frequent customers. Ask our staff for details!",
|
||||
},
|
||||
id: "faq4", title: "Do you offer monthly memberships?", content: "Yes, we offer various monthly membership plans for unlimited washes. These plans provide great value for frequent customers. Ask our staff for details!"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/distraught-man-feeling-sad-while-showing-his-mechanic-car-breakdown-auto-repair-shop_637285-7708.jpg"
|
||||
imageAlt="Customer service representative helping a client"
|
||||
@@ -385,20 +230,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Ready for a Shine?"
|
||||
title="Get Your Car Sparkling Today!"
|
||||
description="Visit us at our convenient location or contact us to inquire about our services or special fleet pricing. We look forward to seeing you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+1234567890"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/example"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -410,19 +250,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user