From 7a185289c9f42c78b44ccd19b11bb1f0eea4ba47 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:54:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9df0ed8..3783dde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Collision Repair", description: "Expert restoration of collision damage with frame alignment and structural integrity checks", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=1", imageAlt: "Collision repair services" + title: "Collision Repair", description: "Expert restoration of collision damage with frame alignment and structural integrity checks", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Collision repair services" }, { id: 2, @@ -87,7 +87,7 @@ export default function LandingPage() { }, { id: 3, - title: "Dent Removal", description: "Precision dent and crease removal using advanced techniques and equipment", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=2", imageAlt: "Dent removal service" + title: "Dent Removal", description: "Precision dent and crease removal using advanced techniques and equipment", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Dent removal service" }, { id: 4, @@ -97,7 +97,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttonAnimation="slide-up" - mediaAnimation="opacity" /> @@ -110,7 +109,7 @@ export default function LandingPage() { id: "1", value: "20+", title: "Years Experience", description: "Trusted by Escondido community", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3903.jpg", imageAlt: "Professional auto body shop" }, { - id: "2", value: "1000+", title: "Vehicles Repaired", description: "Satisfaction guaranteed quality", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=3", imageAlt: "Successfully repaired vehicles" + id: "2", value: "1000+", title: "Vehicles Repaired", description: "Satisfaction guaranteed quality", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Successfully repaired vehicles" } ]} textboxLayout="default" @@ -125,13 +124,13 @@ export default function LandingPage() { description="Hear from our satisfied clients about their experience with Madrid Auto Body" testimonials={[ { - id: "1", title: "Excellent Collision Repair Work", quote: "Madrid Auto Body did an outstanding job repairing my vehicle after a serious collision. The attention to detail was remarkable, and they kept me informed throughout the entire process. Highly recommended!", name: "Robert Martinez", role: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Robert Martinez" + id: "1", title: "Excellent Collision Repair Work", quote: "Madrid Auto Body did an outstanding job repairing my vehicle after a serious collision. The attention to detail was remarkable, and they kept me informed throughout the entire process. Highly recommended!", name: "Robert Martinez", role: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez" }, { id: "2", title: "Professional and Trustworthy", quote: "I've been bringing my cars to Madrid Auto Body for years. Their technicians are knowledgeable, professional, and always give fair quotes. They're honest about what needs to be done.", name: "Sarah Johnson", role: "Long-time Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson" }, { - id: "3", title: "Perfect Paint Match", quote: "I was impressed with how well they matched the custom paint color on my vehicle. You can't tell where the repair ends and the original paint begins. Excellent work!", name: "Michael Chen", role: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" + id: "3", title: "Perfect Paint Match", quote: "I was impressed with how well they matched the custom paint color on my vehicle. You can't tell where the repair ends and the original paint begins. Excellent work!", name: "Michael Chen", role: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" }, { id: "4", title: "Insurance Claims Made Easy", quote: "The staff at Madrid Auto Body made the insurance claim process smooth and hassle-free. They coordinate directly with insurance companies and handle everything professionally.", name: "Jennifer Lopez", role: "Insurance Policyholder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Jennifer Lopez" @@ -150,7 +149,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+17606550123" }, { text: "Email Us", href: "mailto:info@madridautobody.com" } ]} - background={{ variant: "none" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1