From f4fbc566d5c0d0f642d4387c8849c5906498ee71 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 10:39:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db52af1..7e66487 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,22 +45,22 @@ export default function LandingPage() { testimonials={[ { name: "Baran Göçer", handle: "@barangocer", testimonial: "The car had hidden defects. Listen to the reviews, stay away!", rating: 1, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-car-dealership_23-2148332985.jpg", imageAlt: "luxury car dealership exterior modern"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-car-dealership_23-2148332985.jpg?_wi=1", imageAlt: "luxury car dealership exterior modern"}, { name: "Maximilian H.", handle: "@max_h", testimonial: "Great selection of vehicles, very professional team in Munich.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg", imageAlt: "portrait of satisfied male customer"}, + imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg?_wi=1", imageAlt: "portrait of satisfied male customer"}, { name: "Sophie Müller", handle: "@sophiem", testimonial: "Transparent pricing and quick processing. Highly recommended.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-choosing-car-car-showroom_1303-17896.jpg", imageAlt: "portrait of serious car buyer"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-choosing-car-car-showroom_1303-17896.jpg?_wi=1", imageAlt: "portrait of serious car buyer"}, { name: "Thomas Weber", handle: "@tomweber", testimonial: "Found exactly what I was looking for. Smooth transaction.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-man-checking-car_23-2148332972.jpg", imageAlt: "woman customer smiling at dealership"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-man-checking-car_23-2148332972.jpg?_wi=1", imageAlt: "woman customer smiling at dealership"}, { name: "Elena Fischer", handle: "@elena_f", testimonial: "Reliable dealership with honest staff. Will come back again.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118338.jpg", imageAlt: "professional man portrait confident"}, + imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118338.jpg?_wi=1", imageAlt: "professional man portrait confident"}, ]} buttons={[{ text: "Contact Us", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-man-car-dealership_23-2148332985.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-man-car-dealership_23-2148332985.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -86,11 +86,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Baran Göçer", role: "Buyer", testimonial: "Listen to the previous reviews. Unfortunately, I can only agree with the negative ones.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg" }, - { id: "2", name: "Customer X", role: "Visitor", testimonial: "Average experience overall, would like more transparency.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-choosing-car-car-showroom_1303-17896.jpg" }, - { id: "3", name: "Customer Y", role: "Buyer", testimonial: "Not the best experience, proceed with caution.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-man-checking-car_23-2148332972.jpg" }, - { id: "4", name: "Customer Z", role: "Visitor", testimonial: "Had some issues with the vehicle details provided.", imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118338.jpg" }, - { id: "5", name: "Anna Schmidt", role: "Happy Buyer", testimonial: "A very straightforward process. No hidden fees, completely honest dealership.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg" }, + { id: "1", name: "Baran Göçer", role: "Buyer", testimonial: "Listen to the previous reviews. Unfortunately, I can only agree with the negative ones.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg?_wi=2" }, + { id: "2", name: "Customer X", role: "Visitor", testimonial: "Average experience overall, would like more transparency.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-choosing-car-car-showroom_1303-17896.jpg?_wi=2" }, + { id: "3", name: "Customer Y", role: "Buyer", testimonial: "Not the best experience, proceed with caution.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-man-checking-car_23-2148332972.jpg?_wi=2" }, + { id: "4", name: "Customer Z", role: "Visitor", testimonial: "Had some issues with the vehicle details provided.", imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118338.jpg?_wi=2" }, + { id: "5", name: "Anna Schmidt", role: "Happy Buyer", testimonial: "A very straightforward process. No hidden fees, completely honest dealership.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg?_wi=3" }, ]} title="Customer Reviews" description="Feedback from our community." @@ -103,7 +103,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Answers to common questions about our car trading process in Munich." - imageSrc="http://img.b2bpic.net/free-photo/front-view-man-car-dealership_23-2148332985.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-man-car-dealership_23-2148332985.jpg?_wi=3" mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ -- 2.49.1