From 05dae7f8928e45747d84b199c1df94bbeda64d55 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 20:45:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ccc274..42a4255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { src: "https://img.freepik.com/free-photo/portrait-young-urban-musician_23-2151916009.jpg", alt: "urban musician portrait" }, { src: "https://img.freepik.com/free-photo/urban-music-producer-studio_23-2149005458.jpg", alt: "urban producer studio" }, ]} - buttons={[{ text: "Listen Now", href: "#products" }] + buttons={[{ text: "Listen Now", href: "#products" }]} marqueeItems={[ { type: "text-icon", text: "Techno Elite", icon: Music }, { type: "text-icon", text: "Underground Vibes", icon: Zap }, @@ -176,4 +176,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1