Merge version_1_1781459444425 into main #1
@@ -19,32 +19,16 @@ export default function HomePage() {
|
||||
title="USA Car Wash & Valeting Services"
|
||||
description="Premium mobile-friendly care for your vehicle. We treat every car as if it were our own."
|
||||
primaryButton={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
}}
|
||||
text: "View Services", href: "#services"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6113.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580532.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bubbling-blue-water_23-2147798200.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-film-roll_23-2150865957.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-bottle-with-cleaning-supplies-sponge-looking-with-serious-face-standing-green-wall_141793-60704.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6113.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580532.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bubbling-blue-water_23-2147798200.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-3d-film-roll_23-2150865957.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-bottle-with-cleaning-supplies-sponge-looking-with-serious-face-standing-green-wall_141793-60704.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -58,20 +42,11 @@ export default function HomePage() {
|
||||
description="At USA Car Wash & Valeting, we provide high-end car maintenance. Our mission is to restore your vehicle to its showroom condition."
|
||||
items={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Showroom Shine",
|
||||
description: "Expert detailing for a lasting brilliance.",
|
||||
},
|
||||
icon: "Sparkles", title: "Showroom Shine", description: "Expert detailing for a lasting brilliance."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Certified Protection",
|
||||
description: "Premium wax and sealants to protect your paint.",
|
||||
},
|
||||
icon: "Shield", title: "Certified Protection", description: "Premium wax and sealants to protect your paint."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "100% Satisfaction",
|
||||
description: "Commitment to excellence in every wash.",
|
||||
},
|
||||
icon: "Award", title: "100% Satisfaction", description: "Commitment to excellence in every wash."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18368.jpg"
|
||||
/>
|
||||
@@ -86,30 +61,16 @@ export default function HomePage() {
|
||||
description="Comprehensive cleaning packages designed for every vehicle."
|
||||
features={[
|
||||
{
|
||||
title: "Exterior Wash",
|
||||
description: "Hand wash with premium soaps for a streak-free clean.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193142.jpg",
|
||||
},
|
||||
title: "Exterior Wash", description: "Hand wash with premium soaps for a streak-free clean.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193142.jpg"},
|
||||
{
|
||||
title: "Interior Cleaning",
|
||||
description: "Deep vacuum and interior surface cleaning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172885.jpg",
|
||||
},
|
||||
title: "Interior Cleaning", description: "Deep vacuum and interior surface cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172885.jpg"},
|
||||
{
|
||||
title: "Wax & Polish",
|
||||
description: "Restore paint luster with high-grade polish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg",
|
||||
},
|
||||
title: "Wax & Polish", description: "Restore paint luster with high-grade polish.", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg"},
|
||||
{
|
||||
title: "Wheel Detailing",
|
||||
description: "Cleaning and conditioning of wheels and rims.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-car-wheel_23-2149432974.jpg",
|
||||
},
|
||||
title: "Wheel Detailing", description: "Cleaning and conditioning of wheels and rims.", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-car-wheel_23-2149432974.jpg"},
|
||||
]}
|
||||
primaryButton={{
|
||||
text: "Schedule Today",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule Today", href: "#contact"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -122,40 +83,19 @@ export default function HomePage() {
|
||||
description="See the results of our professional detailing services."
|
||||
items={[
|
||||
{
|
||||
title: "Paint Restoration",
|
||||
description: "Paint correction results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-worker-repairman-sanding-polishing-car-body-preparing-automobile-painting-workshop-garage_342744-318.jpg",
|
||||
},
|
||||
title: "Paint Restoration", description: "Paint correction results.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-worker-repairman-sanding-polishing-car-body-preparing-automobile-painting-workshop-garage_342744-318.jpg"},
|
||||
{
|
||||
title: "Exterior Refresh",
|
||||
description: "Full wash results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dirty-car-after-trip-around-countryside_613910-6323.jpg",
|
||||
},
|
||||
title: "Exterior Refresh", description: "Full wash results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dirty-car-after-trip-around-countryside_613910-6323.jpg"},
|
||||
{
|
||||
title: "Deep Interior",
|
||||
description: "Interior sanitation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg",
|
||||
},
|
||||
title: "Deep Interior", description: "Interior sanitation.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg"},
|
||||
{
|
||||
title: "Wheel Polish",
|
||||
description: "Deep cleaning detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22304.jpg",
|
||||
},
|
||||
title: "Wheel Polish", description: "Deep cleaning detail.", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22304.jpg"},
|
||||
{
|
||||
title: "Our Facility",
|
||||
description: "Modern studio space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-woman-auto-mechanic-her-young-colleague-are-posing-photographer_613910-17068.jpg",
|
||||
},
|
||||
title: "Our Facility", description: "Modern studio space.", imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-woman-auto-mechanic-her-young-colleague-are-posing-photographer_613910-17068.jpg"},
|
||||
{
|
||||
title: "Team at Work",
|
||||
description: "Expert technique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-cleaning-repaired-car-tire-with-cloth-workshop_637285-7624.jpg",
|
||||
},
|
||||
title: "Team at Work", description: "Expert technique.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-cleaning-repaired-car-tire-with-cloth-workshop_637285-7624.jpg"},
|
||||
{
|
||||
title: "Quality Tools",
|
||||
description: "Professional equipment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127837.jpg",
|
||||
},
|
||||
title: "Quality Tools", description: "Professional equipment.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127837.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -169,49 +109,22 @@ export default function HomePage() {
|
||||
description="Choose the perfect package for your needs."
|
||||
plans={[
|
||||
{
|
||||
tag: "Essential",
|
||||
price: "$45",
|
||||
description: "Basic exterior wash and vacuum.",
|
||||
primaryButton: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
tag: "Essential", price: "$45", description: "Basic exterior wash and vacuum.", primaryButton: {
|
||||
text: "Book Now", href: "#contact"},
|
||||
features: [
|
||||
"Exterior Wash",
|
||||
"Tire Shine",
|
||||
"Interior Vacuum",
|
||||
"Dashboard Wipe",
|
||||
],
|
||||
"Exterior Wash", "Tire Shine", "Interior Vacuum", "Dashboard Wipe"],
|
||||
},
|
||||
{
|
||||
tag: "Premium",
|
||||
price: "$89",
|
||||
description: "Full detailing service package.",
|
||||
primaryButton: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
tag: "Premium", price: "$89", description: "Full detailing service package.", primaryButton: {
|
||||
text: "Book Now", href: "#contact"},
|
||||
features: [
|
||||
"Everything in Essential",
|
||||
"Wax & Polish",
|
||||
"Full Interior Deep Clean",
|
||||
"Glass Treatment",
|
||||
],
|
||||
"Everything in Essential", "Wax & Polish", "Full Interior Deep Clean", "Glass Treatment"],
|
||||
},
|
||||
{
|
||||
tag: "Luxury",
|
||||
price: "$149",
|
||||
description: "The ultimate showroom finish.",
|
||||
primaryButton: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
tag: "Luxury", price: "$149", description: "The ultimate showroom finish.", primaryButton: {
|
||||
text: "Book Now", href: "#contact"},
|
||||
features: [
|
||||
"Everything in Premium",
|
||||
"Ceramic Coating",
|
||||
"Engine Bay Detail",
|
||||
"Upholstery Conditioning",
|
||||
],
|
||||
"Everything in Premium", "Ceramic Coating", "Engine Bay Detail", "Upholstery Conditioning"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -226,40 +139,15 @@ export default function HomePage() {
|
||||
description="Trusted by hundreds of local car owners."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Smith",
|
||||
role: "Client",
|
||||
quote: "My car looks brand new again! The attention to detail is fantastic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg",
|
||||
},
|
||||
name: "John Smith", role: "Client", quote: "My car looks brand new again! The attention to detail is fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Miller",
|
||||
role: "Client",
|
||||
quote: "Professional, fast, and very thorough. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-recommending-good-product-showing-okay-gestures-smiling-agree-approve-some_1258-159677.jpg",
|
||||
},
|
||||
name: "Sarah Miller", role: "Client", quote: "Professional, fast, and very thorough. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-recommending-good-product-showing-okay-gestures-smiling-agree-approve-some_1258-159677.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Brown",
|
||||
role: "Client",
|
||||
quote: "Best car wash I have found in the area. Great service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg",
|
||||
},
|
||||
name: "David Brown", role: "Client", quote: "Best car wash I have found in the area. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Davis",
|
||||
role: "Client",
|
||||
quote: "They made my dirty interior look spotless again. Great value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg",
|
||||
},
|
||||
name: "Emily Davis", role: "Client", quote: "They made my dirty interior look spotless again. Great value.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michael Wilson",
|
||||
role: "Client",
|
||||
quote: "Excellent results and very polite staff. Very satisfied.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
|
||||
},
|
||||
name: "Michael Wilson", role: "Client", quote: "Excellent results and very polite staff. Very satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -273,25 +161,17 @@ export default function HomePage() {
|
||||
description="Get answers to your common questions."
|
||||
categories={[
|
||||
{
|
||||
name: "General",
|
||||
items: [
|
||||
name: "General", items: [
|
||||
{
|
||||
question: "How long does a service take?",
|
||||
answer: "Standard washes take 30-45 minutes; full detailing takes 2-4 hours.",
|
||||
},
|
||||
question: "How long does a service take?", answer: "Standard washes take 30-45 minutes; full detailing takes 2-4 hours."},
|
||||
{
|
||||
question: "Do I need an appointment?",
|
||||
answer: "Appointments are highly recommended for full detailing.",
|
||||
},
|
||||
question: "Do I need an appointment?", answer: "Appointments are highly recommended for full detailing."},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Payment",
|
||||
items: [
|
||||
name: "Payment", items: [
|
||||
{
|
||||
question: "What payment methods do you accept?",
|
||||
answer: "We accept cash, cards, and mobile payments.",
|
||||
},
|
||||
question: "What payment methods do you accept?", answer: "We accept cash, cards, and mobile payments."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -305,13 +185,9 @@ export default function HomePage() {
|
||||
tag="Contact Us"
|
||||
text="Ready for a showroom shine? Book your appointment now."
|
||||
primaryButton={{
|
||||
text: "Call Us",
|
||||
href: "tel:+1234567890",
|
||||
}}
|
||||
text: "Call Us", href: "tel:+1234567890"}}
|
||||
secondaryButton={{
|
||||
text: "Book Online",
|
||||
href: "#contact-form",
|
||||
}}
|
||||
text: "Book Online", href: "#contact-form"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user