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 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