From 3727dcdd1d2add8e33e9c31c7a08e50956851719 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:22:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24862d5..bd5732e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,6 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/technologist-white-robe-with-yellow-cheese-head-his-hands-is-shop-production-butter-cheese-production-process-plant-dairy-products-racks-with-cheese_645730-688.jpg?_wi=1", imageAlt: "Hochwertige Feinkost Auswahl" }, { imageSrc: "http://img.b2bpic.net/free-photo/technologist-white-robe-with-yellow-cheese-head-his-hands-is-shop-production-butter-cheese-production-process-plant-dairy-products-racks-with-cheese_645730-688.jpg?_wi=2", imageAlt: "Lagerverkauf Ambiente" }, { imageSrc: "http://img.b2bpic.net/free-photo/technologist-white-robe-with-yellow-cheese-head-his-hands-is-shop-production-butter-cheese-production-process-plant-dairy-products-racks-with-cheese_645730-688.jpg?_wi=3", imageAlt: "Frische Delikatessen" }, - { imageSrc: "http://img.b2bpic.net/free-photo/technologist-white-robe-with-yellow-cheese-head-his-hands-is-shop-production-butter-cheese-production-process-plant-dairy-products-racks-with-cheese_645730-688.jpg?_wi=4", imageAlt: "Direkt vom Hersteller" }, - { imageSrc: "http://img.b2bpic.net/free-photo/technologist-white-robe-with-yellow-cheese-head-his-hands-is-shop-production-butter-cheese-production-process-plant-dairy-products-racks-with-cheese_645730-688.jpg?_wi=5", imageAlt: "Qualität zum kleinen Preis" }, ]} mediaAnimation="slide-up" /> @@ -82,8 +80,6 @@ export default function LandingPage() { { id: "1", name: "Sarah Müller", role: "Kundin", company: "Stammkunde", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/three-elegant-women-with-shopping-bags-city_1157-38849.jpg?_wi=1" }, { id: "2", name: "Michael Weber", role: "Feinschmecker", company: "Vielkäufer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32386.jpg?_wi=1" }, { id: "3", name: "Thomas Schneider", role: "Restaurantbesitzer", company: "B2B", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-32442.jpg?_wi=1" }, - { id: "4", name: "Julia Fischer", role: "Köchin", company: "Großabnehmer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-smoothie_23-2147669679.jpg?_wi=1" }, - { id: "5", name: "Christian Koch", role: "Privatkunde", company: "Schnäppchenjäger", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg?_wi=1" }, ]} title="4.2 ★ Bewertung" description="Das sagen unsere Kunden über den Lagerverkauf." @@ -102,8 +98,6 @@ export default function LandingPage() { { id: "m1", name: "Markus Schmidt", role: "Lagerleitung", imageSrc: "http://img.b2bpic.net/free-photo/three-elegant-women-with-shopping-bags-city_1157-38849.jpg?_wi=2" }, { id: "m2", name: "Elena Wagner", role: "Verkaufsberatung", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32386.jpg?_wi=2" }, { id: "m3", name: "Tobias Meyer", role: "Logistik", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-32442.jpg?_wi=2" }, - { id: "m4", name: "Sabine Klein", role: "Kundenservice", imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-smoothie_23-2147669679.jpg?_wi=2" }, - { id: "m5", name: "Jens Bauer", role: "Qualitätssicherung", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg?_wi=2" }, ]} /> @@ -113,6 +107,8 @@ export default function LandingPage() { tag="Besuchen Sie uns" title="Kontaktieren Sie uns" description="Haben Sie Fragen zu unseren Produkten oder Öffnungszeiten? Unser Team hilft Ihnen gerne weiter." + background={{ variant: "gradient-bars" }} + useInvertedBackground={false} /> -- 2.49.1