Merge version_1 into main #3
@@ -46,14 +46,14 @@ export default function LandingPage() {
|
||||
title="We Keep You Moving."
|
||||
description="A&M Motors is your local expert for all vehicle repairs — from diagnostics to full engine work. Honest service, quality parts, fair prices."
|
||||
testimonials={[
|
||||
{ name: "Sarah M.", handle: "@sarahm", testimonial: "Excellent diagnostics and fast service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg", imageAlt: "automotive repair shop tools workbench" },
|
||||
{ name: "Sarah M.", handle: "@sarahm", testimonial: "Excellent diagnostics and fast service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg?_wi=1", imageAlt: "automotive repair shop tools workbench" },
|
||||
{ name: "David K.", handle: "@davidk", testimonial: "Honest, reliable and fairly priced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg", imageAlt: "professional mechanic smiling garage" },
|
||||
{ name: "Priya L.", handle: "@priyal", testimonial: "Knowledgeable and very refreshing.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg", imageAlt: "happy customer portrait car garage" },
|
||||
{ name: "James T.", handle: "@jamest", testimonial: "Professional and transparent, a rare find.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mechanical-woman-holding-wrench-fix-car_23-2148327534.jpg", imageAlt: "woman satisfied with auto service" },
|
||||
{ name: "Mark R.", handle: "@markr", testimonial: "Best service in town, never going anywhere else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg", imageAlt: "portrait of customer at garage" },
|
||||
{ name: "Priya L.", handle: "@priyal", testimonial: "Knowledgeable and very refreshing.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg?_wi=1", imageAlt: "happy customer portrait car garage" },
|
||||
{ name: "James T.", handle: "@jamest", testimonial: "Professional and transparent, a rare find.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mechanical-woman-holding-wrench-fix-car_23-2148327534.jpg?_wi=1", imageAlt: "woman satisfied with auto service" },
|
||||
{ name: "Mark R.", handle: "@markr", testimonial: "Best service in town, never going anywhere else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg?_wi=1", imageAlt: "portrait of customer at garage" },
|
||||
]}
|
||||
tag="Trusted Vehicle Repair"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg", alt: "Customer 1" },
|
||||
@@ -103,9 +103,9 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg" },
|
||||
{ id: "2", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-woman-holding-wrench-fix-car_23-2148327534.jpg" },
|
||||
{ id: "3", name: "Priya L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg" },
|
||||
{ id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg?_wi=2" },
|
||||
{ id: "2", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-woman-holding-wrench-fix-car_23-2148327534.jpg?_wi=2" },
|
||||
{ id: "3", name: "Priya L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg?_wi=2" },
|
||||
{ id: "4", name: "James T.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-mechanic-repair-shop_637285-9436.jpg" },
|
||||
{ id: "5", name: "Mark R.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user