From 43d71d905b29099eee1b4af7e6f13777434ee0b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:44:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4720459..bef4761 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,13 +77,13 @@ export default function LandingPage() { animationType="fade" features={[ { - id: "podcast-1", title: "Technologie-Trends 2024", description: "Diskussionen über die neuesten Tech-Entwicklungen und Innovationen", tag: "Technologie", imageSrc: "http://img.b2bpic.net/free-vector/gradient-album-cover-template_52683-121804.jpg", imageAlt: "Technologie Podcast Cover", buttons: [{ text: "Anhören", href: "#" }] + id: "podcast-1", title: "Technologie-Trends 2024", description: "Diskussionen über die neuesten Tech-Entwicklungen und Innovationen", tag: "Technologie", imageSrc: "http://img.b2bpic.net/free-vector/gradient-album-cover-template_52683-121804.jpg?_wi=1", imageAlt: "Technologie Podcast Cover", buttons: [{ text: "Anhören", href: "#" }] }, { - id: "podcast-2", title: "Kreatives Schreiben Meisterklasse", description: "Tipps und Tricks von erfahrenen Schriftstellern und Autoren", tag: "Bildung", imageSrc: "http://img.b2bpic.net/free-vector/collection-vintage-gloom-posters_79603-968.jpg", imageAlt: "Schreiben Podcast Cover", buttons: [{ text: "Anhören", href: "#" }] + id: "podcast-2", title: "Kreatives Schreiben Meisterklasse", description: "Tipps und Tricks von erfahrenen Schriftstellern und Autoren", tag: "Bildung", imageSrc: "http://img.b2bpic.net/free-vector/collection-vintage-gloom-posters_79603-968.jpg?_wi=1", imageAlt: "Schreiben Podcast Cover", buttons: [{ text: "Anhören", href: "#" }] }, { - id: "podcast-3", title: "Digitales Marketing für Anfänger", description: "Lerne die Grundlagen des modernen digitalen Marketings", tag: "Marketing", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-strategy-youtube-cover-template_23-2150094437.jpg", imageAlt: "Marketing Podcast Cover", buttons: [{ text: "Anhören", href: "#" }] + id: "podcast-3", title: "Digitales Marketing für Anfänger", description: "Lerne die Grundlagen des modernen digitalen Marketings", tag: "Marketing", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-strategy-youtube-cover-template_23-2150094437.jpg?_wi=1", imageAlt: "Marketing Podcast Cover", buttons: [{ text: "Anhören", href: "#" }] } ]} ariaLabel="Latest podcasts section" @@ -106,15 +106,15 @@ export default function LandingPage() { products={[ { id: "podcast-001", brand: "IKL", name: "Technologie-Trends 2024", price: "Kostenlos", rating: 5, - reviewCount: "156 Hörer", imageSrc: "http://img.b2bpic.net/free-vector/gradient-album-cover-template_52683-121804.jpg", imageAlt: "Technologie Podcast" + reviewCount: "156 Hörer", imageSrc: "http://img.b2bpic.net/free-vector/gradient-album-cover-template_52683-121804.jpg?_wi=2", imageAlt: "Technologie Podcast" }, { id: "podcast-002", brand: "IKL", name: "Kreatives Schreiben Meisterklasse", price: "Kostenlos", rating: 5, - reviewCount: "98 Hörer", imageSrc: "http://img.b2bpic.net/free-vector/collection-vintage-gloom-posters_79603-968.jpg", imageAlt: "Schreiben Podcast" + reviewCount: "98 Hörer", imageSrc: "http://img.b2bpic.net/free-vector/collection-vintage-gloom-posters_79603-968.jpg?_wi=2", imageAlt: "Schreiben Podcast" }, { id: "podcast-003", brand: "IKL", name: "Digitales Marketing für Anfänger", price: "Kostenlos", rating: 5, - reviewCount: "234 Hörer", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-strategy-youtube-cover-template_23-2150094437.jpg", imageAlt: "Marketing Podcast" + reviewCount: "234 Hörer", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-strategy-youtube-cover-template_23-2150094437.jpg?_wi=2", imageAlt: "Marketing Podcast" } ]} ariaLabel="All podcasts section" -- 2.49.1