diff --git a/src/app/page.tsx b/src/app/page.tsx index faec8ec..0ce3f48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Learn More", href: "about" } ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg?_wi=1" imageAlt="Professional mechanic working on car repair" mediaAnimation="slide-up" frameStyle="card" @@ -131,22 +131,22 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", title: "Finally, honest mechanics I can trust", quote: "I've been burned by shady repair shops before. TrustRepair explained everything clearly, gave me options, and charged exactly what they quoted. No surprises. Highly recommend!", name: "Sarah Johnson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + id: "1", title: "Finally, honest mechanics I can trust", quote: "I've been burned by shady repair shops before. TrustRepair explained everything clearly, gave me options, and charged exactly what they quoted. No surprises. Highly recommend!", name: "Sarah Johnson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", title: "Same-day service saved me when I needed it most", quote: "My car broke down right before an important meeting. Called TrustRepair at 8am and they had me back on the road by noon. Professional, efficient, and fair pricing.", name: "Marcus Chen", role: "Sales Executive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen" + id: "2", title: "Same-day service saved me when I needed it most", quote: "My car broke down right before an important meeting. Called TrustRepair at 8am and they had me back on the road by noon. Professional, efficient, and fair pricing.", name: "Marcus Chen", role: "Sales Executive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Chen" }, { - id: "3", title: "Transparent pricing that makes sense", quote: "They provided a detailed breakdown of what was needed and what wasn't. I appreciated the honesty—some places would have upsold me things I didn't need.", name: "Emily Rodriguez", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", title: "Transparent pricing that makes sense", quote: "They provided a detailed breakdown of what was needed and what wasn't. I appreciated the honesty—some places would have upsold me things I didn't need.", name: "Emily Rodriguez", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { - id: "4", title: "Certified experts who actually care", quote: "The mechanics took time to explain my car's issues and preventative maintenance options. They're not just trying to squeeze money out of you—they genuinely care.", name: "David Kim", role: "Fleet Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" + id: "4", title: "Certified experts who actually care", quote: "The mechanics took time to explain my car's issues and preventative maintenance options. They're not just trying to squeeze money out of you—they genuinely care.", name: "David Kim", role: "Fleet Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" }, { - id: "5", title: "Best repair experience I've had", quote: "From the phone call to the invoice, everything was straightforward. This is what car service should feel like. I'm bringing all my vehicles back.", name: "Lisa Thompson", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Thompson" + id: "5", title: "Best repair experience I've had", quote: "From the phone call to the invoice, everything was straightforward. This is what car service should feel like. I'm bringing all my vehicles back.", name: "Lisa Thompson", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Lisa Thompson" }, { - id: "6", title: "Warranty on labor gives me peace of mind", quote: "The 2-year warranty on labor means I'm protected. If something goes wrong, TrustRepair stands behind their work. That's confidence you can trust.", name: "Robert Garcia", role: "Construction Contractor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Garcia" + id: "6", title: "Warranty on labor gives me peace of mind", quote: "The 2-year warranty on labor means I'm protected. If something goes wrong, TrustRepair stands behind their work. That's confidence you can trust.", name: "Robert Garcia", role: "Construction Contractor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Robert Garcia" } ]} textboxLayout="default" @@ -209,7 +209,7 @@ export default function LandingPage() {