Update src/app/page.tsx
This commit is contained in:
@@ -16,7 +16,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Von Podcastern geliebt"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
ariaLabel="Hero section"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,19 +71,19 @@ export default function LandingPage() {
|
||||
description="Höre die letzten 3 verfügbaren Podcast-Episoden. Jeder Podcast zeigt Hörerstatistiken und Likes in Echtzeit."
|
||||
tag="Top 3"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="fade"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="fade"
|
||||
animationType="slide-up"
|
||||
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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Marketing Podcast Cover", buttons: [{ text: "Anhören", href: "#" }]
|
||||
}
|
||||
]}
|
||||
ariaLabel="Latest podcasts section"
|
||||
@@ -98,23 +98,23 @@ export default function LandingPage() {
|
||||
description="Durchsuche unsere komplette Sammlung von Podcasts mit Hörerstatistiken und Community-Bewertungen."
|
||||
tag="Vollständige Bibliothek"
|
||||
tagIcon={Library}
|
||||
tagAnimation="fade"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="fade"
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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?_wi=2", imageAlt: "Technologie Podcast"
|
||||
reviewCount: "156 Hörer", imageSrc: "http://img.b2bpic.net/free-vector/gradient-album-cover-template_52683-121804.jpg", 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?_wi=2", imageAlt: "Schreiben Podcast"
|
||||
reviewCount: "98 Hörer", imageSrc: "http://img.b2bpic.net/free-vector/collection-vintage-gloom-posters_79603-968.jpg", 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?_wi=2", imageAlt: "Marketing Podcast"
|
||||
reviewCount: "234 Hörer", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-strategy-youtube-cover-template_23-2150094437.jpg", imageAlt: "Marketing Podcast"
|
||||
}
|
||||
]}
|
||||
ariaLabel="All podcasts section"
|
||||
|
||||
Reference in New Issue
Block a user