Merge version_1 into main #1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user