From 74d67581a3a929f2db522669d79a8f143b18082a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:38:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 48 ++++++++++++++++++++---------------------------- 1 file changed, 20 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7189ca0..1294110 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,20 +47,7 @@ export default function LandingPage() { tag="Featured Performer" tagIcon={Sparkles} background={{ variant: "radial-gradient" }} - mediaItems={[ - { - imageSrc: "https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=800&h=600&fit=crop", imageAlt: "rock guitarist performing stage concert" - }, - { - imageSrc: "https://images.unsplash.com/photo-1510915361894-db8b60106cb1?w=800&h=600&fit=crop", imageAlt: "guitarist close up electric guitar" - }, - { - imageSrc: "https://images.unsplash.com/photo-1511379938547-c1f69b13d835?w=800&h=600&fit=crop", imageAlt: "band performing stage rock concert" - }, - { - imageSrc: "https://images.unsplash.com/photo-1459749411175-04bf5292ceea?w=800&h=600&fit=crop", imageAlt: "guitarist performing iconic riff" - }, - ]} + mediaItems={[]} buttons={[ { text: "Watch My Latest Covers on YouTube", href: "https://www.youtube.com" @@ -76,12 +63,14 @@ export default function LandingPage() { @@ -100,12 +89,14 @@ export default function LandingPage() { features={[ { title: "Ozzy Osbourne - Hellraiser", description: - "Capturing the raw intensity and precision of this iconic metal classic with authentic arrangement", imageSrc: - "https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=800&h=600&fit=crop", imageAlt: "Hellraiser cover"}, + "Capturing the raw intensity and precision of this iconic metal classic with authentic arrangement", videoSrc: + "https://www.youtube.com/embed/HX1Ox2H5p-s", videoAriaLabel: "Hellraiser cover performance" + }, { title: "Metallica - Creeping Death", description: - "Bringing the driving rhythm and legendary riffs of this thrash metal masterpiece to life", imageSrc: - "https://images.unsplash.com/photo-1487180144351-b8472da7d491?w=800&h=600&fit=crop", imageAlt: "Creeping Death cover"}, + "Bringing the driving rhythm and legendary riffs of this thrash metal masterpiece to life", videoSrc: + "https://www.youtube.com/embed/f3TJV8B5HJ4", videoAriaLabel: "Creeping Death cover performance" + }, ]} /> @@ -124,12 +115,14 @@ export default function LandingPage() { features={[ { title: "Black Sabbath - Iron Man", description: - "The legendary solo and driving rhythm section performed with authentic energy and precision", imageSrc: - "https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=800&h=600&fit=crop&_wi=1", imageAlt: "Iron Man cover"}, + "The legendary solo and driving rhythm section performed with authentic energy and precision", videoSrc: + "https://www.youtube.com/embed/F-QXKulHmps", videoAriaLabel: "Iron Man cover performance" + }, { title: "Van Halen - Jump", description: - "Celebrating the iconic keyboard riff reimagined on guitar with high-energy performance", imageSrc: - "https://images.unsplash.com/photo-1478225143648-5b0ac00d1213?w=800&h=600&fit=crop", imageAlt: "Jump cover"}, + "Celebrating the iconic keyboard riff reimagined on guitar with high-energy performance", videoSrc: + "https://www.youtube.com/embed/EzrSCsw0rYQ", videoAriaLabel: "Jump cover performance" + }, ]} /> @@ -141,7 +134,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "YouTube Music", "Instagram", "Spotify", "SoundCloud", "Apple Music", "TikTok", "Bandcamp"]} + "YouTube Music", "Instagram", "Spotify", "SoundCloud", "Apple Music", "TikTok", "Bandcamp" + ]} speed={40} showCard={true} /> @@ -167,8 +161,6 @@ export default function LandingPage() { required: true, }} useInvertedBackground={true} - imageSrc="https://images.unsplash.com/photo-1514525253161-7a46d19cd819?w=800&h=600&fit=crop&_wi=2" - imageAlt="guitarist studio recording session" mediaAnimation="slide-up" mediaPosition="right" buttonText="Send Message" @@ -203,4 +195,4 @@ export default function LandingPage() { /> ); -} +} \ No newline at end of file -- 2.49.1