From 8e7afbf8710ee3e45ccd6365726172520dd39a04 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 23:18:15 +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 b5450eb..62efc83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,25 +54,25 @@ export default function LandingPage() { testimonials={[ { name: "Lukas M.", 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", imageAlt: "luxury tuning car garage"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg?_wi=1", imageAlt: "luxury tuning car garage"}, { name: "Sebastian K.", 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", imageAlt: "luxury tuning car garage"}, + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg?_wi=1", imageAlt: "luxury tuning car garage"}, { name: "Maximilian H.", 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", imageAlt: "luxury tuning car garage"}, + imageSrc: "http://img.b2bpic.net/free-photo/electric-car-fuel-socket_107420-94938.jpg?_wi=1", imageAlt: "luxury tuning car garage"}, { name: "Daniel F.", 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", imageAlt: "luxury tuning car garage"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580558.jpg?_wi=1", imageAlt: "luxury tuning car garage"}, { name: "Torsten W.", 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", imageAlt: "luxury tuning car garage"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-racing-video-game-arcade_53876-98103.jpg?_wi=1", imageAlt: "luxury tuning car garage"}, ]} buttons={[ { text: "Get Performance Quote", 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={[ @@ -110,7 +110,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" /> @@ -121,13 +121,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - 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", buttonIcon: Cpu, + 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?_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", buttonIcon: Disc, + 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?_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", buttonIcon: Activity, + 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?_wi=2", buttonIcon: Activity, }, { title: "Aerodynamic Enhancements", description: "High-quality body mods that improve handling and vehicle stability.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-cinema-film-reel_23-2151067020.jpg", buttonIcon: Wind, -- 2.49.1