From cf53f9b3b9981389829e3cd682b2f6b30430e629 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:26:35 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1fc7600..1dc5db4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From ad724ef3e6454e96aff6d30bd3fefb313c5e48f5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:26:36 +0000 Subject: [PATCH 2/2] 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 -- 2.49.1