From 05b88a025eb96b6091ab411567a8a2863482805b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 12:47:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fc2012..59a3419 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,12 +65,13 @@ export default function Page() {
@@ -126,7 +127,7 @@ export default function Page() { { id: "t1", name: "Marcus Thorne", role: "Classic Car Collector", testimonial: "The portrait of my '67 Mustang is absolutely stunning. AutoArt captured every detail perfectly!", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-auto-mobile-car-showroom_1303-21370.jpg", imageAlt: "Portrait of Marcus Thorne" }, { id: "t2", name: "Sophia Rodriguez", role: "Art Enthusiast", testimonial: "I'm amazed by the quality and realism. This piece is a fantastic addition to my collection.", imageSrc: "http://img.b2bpic.net/free-photo/artist-bed-studio_23-2148017586.jpg", imageAlt: "Portrait of Sophia Rodriguez" }, { id: "t3", name: "David Kim", role: "Automotive Blogger", testimonial: "AutoArt Portraits delivers exceptional work. My custom piece of my rally car is beyond impressive.", imageSrc: "http://img.b2bpic.net/free-photo/good-mood-work_329181-14569.jpg", imageAlt: "Portrait of David Kim" }, - { id: "t4", name: "Elena Petrova", role: "Gallery Owner", testimonial: "The artistry is phenomenal, truly capturing the soul of the vehicle. A must-have for any car lover.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "Portrait of Elena Petrova" }, + { id: "t4", name: "Elena Petrova", role: "Gallery Owner", testimonial: "The artistry is phenomenal, truly capturing the soul of the vehicle. A must-have for any car lover.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "Portrait of Elena Petrova" }, { id: "t5", name: "Chris Johnson", role: "Custom Builder", testimonial: "They immortalized my latest build in incredible detail. The team was fantastic to work with!", imageSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970193.jpg", imageAlt: "Portrait of Chris Johnson" }, { id: "t6", name: "Isabella Rossi", role: "Luxury Brand Consultant", testimonial: "A beautiful blend of automotive passion and fine art. The portrait of my vintage Bentley is exquisite.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-happy-excited-clenching-fists-rejoicing-his-success-standing-blue-background_141793-133684.jpg", imageAlt: "Portrait of Isabella Rossi" } ]} -- 2.49.1