Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 14:19:38 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="CARS DOCTOR"
description="Expert auto repair and maintenance services for all vehicle types. Fast, reliable, and trustworthy service center in Mumbai."
background={{ variant: "floatingGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Book Now", href: "#contact" },
{ text: "Call Us", href: "tel:+919876543210" },
@@ -77,26 +77,31 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Oil & Fluid Changes", description: "Regular oil changes and fluid top-ups to maintain engine health and performance", imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg", imageAlt: "Oil change service"},
title: "Oil & Fluid Changes", description: "Regular oil changes and fluid top-ups to maintain engine health and performance", imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg", imageAlt: "Oil change service"
},
{
id: 2,
title: "Tire & Wheel Service", description: "Professional tire rotation, alignment, and wheel balancing for optimal safety", imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg", imageAlt: "Tire service"},
title: "Tire & Wheel Service", description: "Professional tire rotation, alignment, and wheel balancing for optimal safety", imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg", imageAlt: "Tire service"
},
{
id: 3,
title: "Brake Service", description: "Complete brake inspection, pad replacement, and system diagnostics", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", imageAlt: "Brake service"},
title: "Brake Service", description: "Complete brake inspection, pad replacement, and system diagnostics", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", imageAlt: "Brake service"
},
{
id: 4,
title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify and fix engine issues", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg", imageAlt: "Engine diagnostics"},
title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify and fix engine issues", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg", imageAlt: "Engine diagnostics"
},
{
id: 5,
title: "Battery & Electrical", description: "Battery testing, replacement, and electrical system repairs", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg", imageAlt: "Battery service"},
title: "Battery & Electrical", description: "Battery testing, replacement, and electrical system repairs", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg", imageAlt: "Battery service"
},
{
id: 6,
title: "Car Detailing", description: "Professional interior and exterior detailing for pristine condition", imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-vacuuming-car-inside_1303-30580.jpg", imageAlt: "Car detailing"},
title: "Car Detailing", description: "Professional interior and exterior detailing for pristine condition", imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-vacuuming-car-inside_1303-30580.jpg", imageAlt: "Car detailing"
},
]}
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
@@ -130,16 +135,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Rajesh Kumar", role: "Car Owner", company: "Mumbai", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar"
},
{
id: "2", name: "Priya Sharma", role: "Fleet Manager", company: "Transportation Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma"
},
{
id: "3", name: "Amit Patel", role: "Business Owner", company: "Mumbai", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Amit Patel"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel"
},
{
id: "4", name: "Neha Gupta", role: "Frequent Customer", company: "Mumbai", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Neha Gupta"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Neha Gupta"
},
]}
kpiItems={[
{ value: "1000+", label: "Happy Customers" },
@@ -162,13 +171,17 @@ export default function LandingPage() {
animationType="slide-up"
faqs={[
{
id: "1", title: "How do I book an appointment?", content: "You can book through WhatsApp, call us directly, or fill the contact form. We'll confirm within 2 hours during business hours."},
id: "1", title: "How do I book an appointment?", content: "You can book through WhatsApp, call us directly, or fill the contact form. We'll confirm within 2 hours during business hours."
},
{
id: "2", title: "What payment methods do you accept?", content: "We accept cash, credit/debit cards, UPI, and digital wallets. All payments are secure and transparent with detailed invoices."},
id: "2", title: "What payment methods do you accept?", content: "We accept cash, credit/debit cards, UPI, and digital wallets. All payments are secure and transparent with detailed invoices."
},
{
id: "3", title: "Do you provide warranty on services?", content: "Yes, all our services come with a 6-month warranty. Parts carry manufacturer warranty. Contact us for warranty details."},
id: "3", title: "Do you provide warranty on services?", content: "Yes, all our services come with a 6-month warranty. Parts carry manufacturer warranty. Contact us for warranty details."
},
{
id: "4", title: "What are your business hours?", content: "Monday to Saturday: 9 AM - 7 PM. Sunday: 10 AM - 5 PM. Emergency services available upon request."},
id: "4", title: "What are your business hours?", content: "Monday to Saturday: 9 AM - 7 PM. Sunday: 10 AM - 5 PM. Emergency services available upon request."
},
]}
/>
</div>