From 5110a33df6a88222c5b45c23da698889a790b5d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 21:48:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8aaa806..6a85462 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Mehr erfahren", href: "#services" } ]} background={{ variant: "gradient-bars" }} - imageSrc="http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg" + imageSrc="http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg?_wi=1" imageAlt="Moderne Autowerkstatt Bellendorf" mediaAnimation="slide-up" buttonAnimation="slide-up" @@ -77,7 +77,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Wartung & Inspektionen", description: "Regelmäßige Wartungsarbeiten und Inspektionen nach SEAT und CUPRA Vorgaben für optimale Fahrzeugsicherheit und Lebensdauer.", imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg", imageAlt: "Fahrzeugwartung und Inspektionsservice" + title: "Wartung & Inspektionen", description: "Regelmäßige Wartungsarbeiten und Inspektionen nach SEAT und CUPRA Vorgaben für optimale Fahrzeugsicherheit und Lebensdauer.", imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg?_wi=1", imageAlt: "Fahrzeugwartung und Inspektionsservice" }, { id: 2, @@ -93,11 +93,11 @@ export default function LandingPage() { }, { id: 5, - title: "HU/AU Service", description: "Sachverständigenservice für Hauptuntersuchung und Abgasuntersuchung – unkompliziert und termingerecht.", imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg", imageAlt: "HU AU Prüfservice" + title: "HU/AU Service", description: "Sachverständigenservice für Hauptuntersuchung und Abgasuntersuchung – unkompliziert und termingerecht.", imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg?_wi=2", imageAlt: "HU AU Prüfservice" }, { id: 6, - title: "Hol- & Bringservice", description: "Kostenloses Abholen und Zurückbringen Ihres Fahrzeugs während der Reparatur. Mit Ersatzfahrzeug zur Verfügung.", imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg", imageAlt: "Hol und Bringservice" + title: "Hol- & Bringservice", description: "Kostenloses Abholen und Zurückbringen Ihres Fahrzeugs während der Reparatur. Mit Ersatzfahrzeug zur Verfügung.", imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg?_wi=2", imageAlt: "Hol und Bringservice" } ]} textboxLayout="default" @@ -113,13 +113,13 @@ export default function LandingPage() { tagIcon={Shield} products={[ { - id: "seat", name: "SEAT Services", price: "Vollservice", variant: "Autorisierte Werkstatt", imageSrc: "http://img.b2bpic.net/free-vector/customer-service-team-design_1214-217.jpg", imageAlt: "SEAT Service Partner" + id: "seat", name: "SEAT Services", price: "Vollservice", variant: "Autorisierte Werkstatt", imageSrc: "http://img.b2bpic.net/free-vector/customer-service-team-design_1214-217.jpg?_wi=1", imageAlt: "SEAT Service Partner" }, { - id: "cupra", name: "CUPRA Services", price: "Vollservice", variant: "Autorisierter Dealer", imageSrc: "http://img.b2bpic.net/free-vector/customer-service-team-design_1214-217.jpg", imageAlt: "CUPRA Service Partner" + id: "cupra", name: "CUPRA Services", price: "Vollservice", variant: "Autorisierter Dealer", imageSrc: "http://img.b2bpic.net/free-vector/customer-service-team-design_1214-217.jpg?_wi=2", imageAlt: "CUPRA Service Partner" }, { - id: "parts", name: "Originalteile", price: "Verfügbar", variant: "Ersatzteile & Zubehör", imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg", imageAlt: "Originalteile und Zubehör" + id: "parts", name: "Originalteile", price: "Verfügbar", variant: "Ersatzteile & Zubehör", imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg?_wi=3", imageAlt: "Originalteile und Zubehör" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1