Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-05 18:26:40 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}