From f265b3d01ef40a07946471ef65110c47662e43c7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:04:52 +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 8852862..fae6ae9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,31 +50,31 @@ export default function LandingPage() { description="Verkaufen Sie direkt an Ihre Gäste und behalten Sie 100% Ihrer Gewinne. Mit Lieferteller kontrollieren Sie Ihre Marke, Ihre Daten und Ihre Geschäftsergebnisse – ohne Plattform-Abhängigkeit." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-tablet-food-plate_23-2147835343.jpg", imageAlt: "Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-tablet-food-plate_23-2147835343.jpg?_wi=1", imageAlt: "Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-using-tablet-sitting-restaurant_23-2147826816.jpg", imageAlt: "Mobile App"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-using-tablet-sitting-restaurant_23-2147826816.jpg?_wi=1", imageAlt: "Mobile App"}, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-using-tablet-sitting-restaurant_23-2147826816.jpg", imageAlt: "Team"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-using-tablet-sitting-restaurant_23-2147826816.jpg?_wi=2", imageAlt: "Team"}, { - imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736745.jpg", imageAlt: "Data"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736745.jpg?_wi=1", imageAlt: "Data"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table_8353-10893.jpg", imageAlt: "Branding"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table_8353-10893.jpg?_wi=1", imageAlt: "Branding"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-giving-groceries-order-customer_23-2149950068.jpg", imageAlt: "Order"}, + imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-giving-groceries-order-customer_23-2149950068.jpg?_wi=1", imageAlt: "Order"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-giving-groceries-order-customer_23-2149950068.jpg", imageAlt: "Order"}, + imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-giving-groceries-order-customer_23-2149950068.jpg?_wi=2", imageAlt: "Order"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table_8353-10893.jpg", imageAlt: "Branding"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-glassware-cutlery-served-wooden-table_8353-10893.jpg?_wi=2", imageAlt: "Branding"}, { - imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736745.jpg", imageAlt: "Data"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736745.jpg?_wi=2", imageAlt: "Data"}, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-using-tablet-sitting-restaurant_23-2147826816.jpg", imageAlt: "Team"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-using-tablet-sitting-restaurant_23-2147826816.jpg?_wi=3", imageAlt: "Team"}, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-using-tablet-sitting-restaurant_23-2147826816.jpg", imageAlt: "Mobile App"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-using-tablet-sitting-restaurant_23-2147826816.jpg?_wi=4", imageAlt: "Mobile App"}, { - imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-tablet-food-plate_23-2147835343.jpg", imageAlt: "Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-tablet-food-plate_23-2147835343.jpg?_wi=2", imageAlt: "Dashboard"}, ]} buttons={[ { -- 2.49.1