From ad724ef3e6454e96aff6d30bd3fefb313c5e48f5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:26:36 +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 c7800ca..e8d2c91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Music} tagAnimation="slide-up" buttons={[ - { text: "Listen Now", href: "https://spotify.com" }, + { text: "Hear My Sound", href: "https://spotify.com" }, { text: "Get in Touch", href: "contact" }, ]} buttonAnimation="slide-up" @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file