Update src/app/page.tsx

This commit is contained in:
2026-03-05 18:26:36 +00:00
parent cf53f9b3b9
commit ad724ef3e6

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}