4 Commits

Author SHA1 Message Date
e7f4477fed Merge version_3 into main
Merge version_3 into main
2026-03-10 06:38:48 +00:00
74d67581a3 Update src/app/page.tsx 2026-03-10 06:38:44 +00:00
500089290a Merge version_2 into main
Merge version_2 into main
2026-03-10 06:37:31 +00:00
cb54453189 Merge version_2 into main
Merge version_2 into main
2026-03-10 06:36:46 +00:00

View File

@@ -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() {
<InlineImageSplitTextAbout
heading={[
{
type: "text", content: "A Guitarist Dedicated to Capturing Raw Energy"},
type: "text", content: "A Guitarist Dedicated to Capturing Raw Energy"
},
]}
useInvertedBackground={true}
buttons={[
{
text: "Follow on Instagram", href: "https://www.instagram.com/mr._matus/"},
text: "Follow on Instagram", href: "https://www.instagram.com/mr._matus/"
},
]}
/>
</div>
@@ -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"
},
]}
/>
</div>
@@ -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"
},
]}
/>
</div>
@@ -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() {
/>
</ThemeProvider>
);
}
}