diff --git a/src/app/page.tsx b/src/app/page.tsx index 7456745..8fc0ed0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,10 +84,10 @@ export default function LandingPage() { features={[ { id: 1, - title: "Erstklassige Rinderzucht", description: "Selektion und Zucht mit Fokus auf Vitalität und Qualität.", imageSrc: "http://img.b2bpic.net/free-photo/detail-goat-eye_23-2147905507.jpg"}, + title: "Erstklassige Rinderzucht", description: "Selektion und Zucht mit Fokus auf Vitalität und Qualität.", imageSrc: "http://img.b2bpic.net/free-photo/detail-goat-eye_23-2147905507.jpg?_wi=1"}, { id: 2, - title: "Nachhaltiges Management", description: "Regionale Kreisläufe und ökologische Verantwortung stehen bei uns an erster Stelle.", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-horses-picture_23-2150650599.jpg"}, + title: "Nachhaltiges Management", description: "Regionale Kreisläufe und ökologische Verantwortung stehen bei uns an erster Stelle.", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-horses-picture_23-2150650599.jpg?_wi=1"}, { id: 3, title: "Partnerschaften", description: "Wir sind Ihr verlässlicher Partner für hochwertige Zuchtprogramme und Fleischhandel.", imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748270.jpg"}, @@ -105,11 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Unsere Weide", price: "Kirchlinteln", imageSrc: "http://img.b2bpic.net/free-photo/detail-goat-eye_23-2147905507.jpg"}, + id: "1", name: "Unsere Weide", price: "Kirchlinteln", imageSrc: "http://img.b2bpic.net/free-photo/detail-goat-eye_23-2147905507.jpg?_wi=2"}, { id: "2", name: "Hof Impression", price: "Luttum", imageSrc: "http://img.b2bpic.net/free-photo/big-rice-field-morning-thailand_1150-10754.jpg"}, { - id: "3", name: "Zuchterfolg", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-horses-picture_23-2150650599.jpg"}, + id: "3", name: "Zuchterfolg", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-horses-picture_23-2150650599.jpg?_wi=2"}, { id: "4", name: "Abendstimmung", price: "Weideglück", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-windmills-with-sunrise-clear-purple-sky-background_181624-9638.jpg"}, ]}