From 08b9aa17751ff8bfe4c504fba9062bffedd7d6ed Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 23:17:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd78510..9709680 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@lukas_911", testimonial: "Increased my engine performance significantly! Incredible service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg?_wi=1", imageAlt: "luxury tuning car garage", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@seb_tuning", testimonial: "Professional, fast, and extremely knowledgeable staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg?_wi=1", imageAlt: "luxury tuning car garage", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@max_racer", testimonial: "Best tuning shop in Germany for high-end sportscars.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/electric-car-fuel-socket_107420-94938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electric-car-fuel-socket_107420-94938.jpg?_wi=1", imageAlt: "luxury tuning car garage", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@dani_motors", testimonial: "Everything was perfect, my performance is clearly improved.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580558.jpg?_wi=1", imageAlt: "luxury tuning car garage", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@t_speed", testimonial: "Truly exceeded my expectations in every category.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/car-racing-video-game-arcade_53876-98103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-racing-video-game-arcade_53876-98103.jpg?_wi=1", imageAlt: "luxury tuning car garage", }, ]} @@ -108,7 +108,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg?_wi=2" imageAlt="Performance tuning garage" mediaAnimation="slide-up" avatars={[ @@ -166,7 +166,7 @@ export default function LandingPage() { description="At SF Fahrzeugtechnik, we push the limits of modern performance. Combining advanced software calibration with high-end hardware, we ensure maximum efficiency." subdescription="Every project is a fusion of technical expertise and raw automotive passion." icon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -179,19 +179,19 @@ export default function LandingPage() { { title: "Engine Software Mapping", description: "Precision software tuning for optimal engine performance and efficiency.", - imageSrc: "http://img.b2bpic.net/free-photo/electric-car-fuel-socket_107420-94938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electric-car-fuel-socket_107420-94938.jpg?_wi=2", buttonIcon: "Cpu", }, { title: "Custom Exhaust Systems", description: "Full performance exhaust kits for improved flow and better sound.", - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580558.jpg?_wi=2", buttonIcon: "Disc", }, { title: "Performance Chip Upgrades", description: "Customized chip tuning for increased horsepower and torque curves.", - imageSrc: "http://img.b2bpic.net/free-photo/car-racing-video-game-arcade_53876-98103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-racing-video-game-arcade_53876-98103.jpg?_wi=2", buttonIcon: "Activity", }, { -- 2.49.1