Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-14 18:36:25 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-parts_1170-1705.jpg?_wi=1", imageAlt: "Professional mechanic working on car engine" }
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-parts_1170-1705.jpg", imageAlt: "Professional mechanic working on car engine" }
]}
mediaAnimation="slide-up"
containerClassName="py-20 px-4 md:px-8"
@@ -77,43 +77,43 @@ export default function LandingPage() {
{
title: "Oil Changes", description: "Regular maintenance to keep your engine running smoothly", icon: Droplet,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1555.jpg?_wi=1", imageAlt: "Oil change service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1555.jpg?_wi=2", imageAlt: "Oil change service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1555.jpg", imageAlt: "Oil change service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1555.jpg", imageAlt: "Oil change service" }
]
},
{
title: "Brake Repair", description: "Expert brake service and replacement for your safety", icon: CircleAlert,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg?_wi=1", imageAlt: "Brake repair service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg?_wi=2", imageAlt: "Brake repair service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg", imageAlt: "Brake repair service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg", imageAlt: "Brake repair service" }
]
},
{
title: "Engine Diagnostics", description: "Advanced diagnostic tools to identify any engine issues", icon: Cpu,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-diagnostic-work-tool-while-checking-car-engine-workshop_637285-4263.jpg?_wi=1", imageAlt: "Engine diagnostic service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-diagnostic-work-tool-while-checking-car-engine-workshop_637285-4263.jpg?_wi=2", imageAlt: "Engine diagnostic service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-diagnostic-work-tool-while-checking-car-engine-workshop_637285-4263.jpg", imageAlt: "Engine diagnostic service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-diagnostic-work-tool-while-checking-car-engine-workshop_637285-4263.jpg", imageAlt: "Engine diagnostic service" }
]
},
{
title: "Vehicle Inspections", description: "Thorough inspections to ensure your vehicle is road-safe", icon: CheckCircle,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171226.jpg?_wi=1", imageAlt: "Vehicle inspection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171226.jpg?_wi=2", imageAlt: "Vehicle inspection" }
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171226.jpg", imageAlt: "Vehicle inspection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171226.jpg", imageAlt: "Vehicle inspection" }
]
},
{
title: "Tire Services", description: "Tire replacement, balancing, and alignment services", icon: RotateCw,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-with-tyre_1170-1152.jpg?_wi=1", imageAlt: "Tire service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-with-tyre_1170-1152.jpg?_wi=2", imageAlt: "Tire service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-with-tyre_1170-1152.jpg", imageAlt: "Tire service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-with-tyre_1170-1152.jpg", imageAlt: "Tire service" }
]
},
{
title: "General Repair", description: "All types of automotive repair and maintenance work", icon: Wrench,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg?_wi=1", imageAlt: "General auto repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg?_wi=2", imageAlt: "General auto repair" }
{ imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg", imageAlt: "General auto repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg", imageAlt: "General auto repair" }
]
}
]}
@@ -121,8 +121,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
containerClassName="py-16 px-4 md:px-8"
titleClassName="text-4xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
textBoxTitleClassName="text-4xl font-bold text-foreground mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
/>
</div>
@@ -134,20 +134,20 @@ export default function LandingPage() {
tagIcon={Award}
tagAnimation="slide-up"
products={[
{ id: "honest-pricing", name: "Honest Pricing", price: "No Surprises", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-parts_1170-1705.jpg?_wi=2", imageAlt: "Honest pricing guarantee" },
{ id: "experienced", name: "Experienced Mechanics", price: "20+ Years", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1555.jpg?_wi=3", imageAlt: "Experienced mechanics" },
{ id: "fast-service", name: "Fast Service", price: "Same-Day", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg?_wi=3", imageAlt: "Fast service" },
{ id: "local-brooklyn", name: "Local Brooklyn", price: "Family-Owned", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-diagnostic-work-tool-while-checking-car-engine-workshop_637285-4263.jpg?_wi=3", imageAlt: "Local Brooklyn shop" },
{ id: "customer-satisfaction", name: "Customer Satisfaction", price: "100% Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-with-tyre_1170-1152.jpg?_wi=3", imageAlt: "Customer satisfaction" },
{ id: "quality-work", name: "Quality Work", price: "Backed by Warranty", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg?_wi=3", imageAlt: "Quality work warranty" }
{ id: "honest-pricing", name: "Honest Pricing", price: "No Surprises", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-parts_1170-1705.jpg", imageAlt: "Honest pricing guarantee" },
{ id: "experienced", name: "Experienced Mechanics", price: "20+ Years", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1555.jpg", imageAlt: "Experienced mechanics" },
{ id: "fast-service", name: "Fast Service", price: "Same-Day", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg", imageAlt: "Fast service" },
{ id: "local-brooklyn", name: "Local Brooklyn", price: "Family-Owned", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-diagnostic-work-tool-while-checking-car-engine-workshop_637285-4263.jpg", imageAlt: "Local Brooklyn shop" },
{ id: "customer-satisfaction", name: "Customer Satisfaction", price: "100% Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-with-tyre_1170-1152.jpg", imageAlt: "Customer satisfaction" },
{ id: "quality-work", name: "Quality Work", price: "Backed by Warranty", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg", imageAlt: "Quality work warranty" }
]}
gridVariant="three-columns-all-equal-width"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={true}
containerClassName="py-16 px-4 md:px-8 bg-blue-50 rounded-2xl"
titleClassName="text-4xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
textBoxTitleClassName="text-4xl font-bold text-foreground mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
/>
</div>
@@ -161,12 +161,12 @@ export default function LandingPage() {
tagIcon={Star}
tagAnimation="slide-up"
testimonials={[
{ id: "review-1", title: "Great work at fair prices", quote: "Great work and at a decent price. These guys are honest and they stand behind their work. Highly recommended!", name: "Michael Rodriguez", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg?_wi=1", imageAlt: "Happy customer Michael" },
{ id: "review-2", title: "Very helpful and reliable", quote: "Very helpful mechanics. Honest and reliable. They explained everything they were doing and charged fair prices. Will definitely come back.", name: "Sarah Thompson", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg?_wi=2", imageAlt: "Happy customer Sarah" },
{ id: "review-3", title: "Quick service and honest mechanics", quote: "Got my car fixed quickly and didn't break the bank. The mechanics really know what they're doing. Best shop in Brooklyn!", name: "James Patterson", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg?_wi=3", imageAlt: "Happy customer James" },
{ id: "review-4", title: "Family trusted us for 10 years", quote: "Been taking my cars here for over 10 years. Never had a problem. Fair prices, great service, honest people. That's all you need.", name: "Linda Chen", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg?_wi=4", imageAlt: "Happy customer Linda" },
{ id: "review-5", title: "Professional and trustworthy", quote: "Took my car in for brake service. Professional, fast, and they didn't try to upsell me on things I didn't need. Refreshing!", name: "David Martinez", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg?_wi=5", imageAlt: "Happy customer David" },
{ id: "review-6", title: "Honest people doing honest work", quote: "Honest people doing honest work. That's what you get at New York Auto Repair. Can't ask for better service in Brooklyn.", name: "Emma Wilson", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg?_wi=6", imageAlt: "Happy customer Emma" }
{ id: "review-1", title: "Great work at fair prices", quote: "Great work and at a decent price. These guys are honest and they stand behind their work. Highly recommended!", name: "Michael Rodriguez", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg", imageAlt: "Happy customer Michael" },
{ id: "review-2", title: "Very helpful and reliable", quote: "Very helpful mechanics. Honest and reliable. They explained everything they were doing and charged fair prices. Will definitely come back.", name: "Sarah Thompson", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg", imageAlt: "Happy customer Sarah" },
{ id: "review-3", title: "Quick service and honest mechanics", quote: "Got my car fixed quickly and didn't break the bank. The mechanics really know what they're doing. Best shop in Brooklyn!", name: "James Patterson", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg", imageAlt: "Happy customer James" },
{ id: "review-4", title: "Family trusted us for 10 years", quote: "Been taking my cars here for over 10 years. Never had a problem. Fair prices, great service, honest people. That's all you need.", name: "Linda Chen", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg", imageAlt: "Happy customer Linda" },
{ id: "review-5", title: "Professional and trustworthy", quote: "Took my car in for brake service. Professional, fast, and they didn't try to upsell me on things I didn't need. Refreshing!", name: "David Martinez", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg", imageAlt: "Happy customer David" },
{ id: "review-6", title: "Honest people doing honest work", quote: "Honest people doing honest work. That's what you get at New York Auto Repair. Can't ask for better service in Brooklyn.", name: "Emma Wilson", role: "Brooklyn Driver", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-signing-documents-car-workshop_637285-11551.jpg", imageAlt: "Happy customer Emma" }
]}
containerClassName="py-16 px-4 md:px-8"
textBoxTitleClassName="text-4xl font-bold text-foreground mb-4"