From 3101dd3a82d1bcae0bafe1fb585f882aaef1e227 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:34:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bcc4e9..d3fe7fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Flame, Music } from "lucide-react"; +import { Flame, Music, Youtube, Disc3 } from "lucide-react"; export default function LandingPage() { return ( @@ -54,8 +54,9 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[ - { text: "Listen Now", href: "https://www.youtube.com/@IRONVENDETTA-h7v/videos"}, - { text: "Get Tickets", href: "#"}, + { text: "YouTube Music", href: "https://music.youtube.com"}, + { text: "YouTube", href: "https://www.youtube.com/@IRONVENDETTA-h7v/videos"}, + { text: "SoundCloud", href: "https://soundcloud.com"}, ]} imageSrc="http://img.b2bpic.net/free-photo/musicians-stage-concert_1321-454.jpg" imageAlt="metal band concert stage lighting" -- 2.49.1