3 Commits

Author SHA1 Message Date
ad724ef3e6 Update src/app/page.tsx 2026-03-05 18:26:36 +00:00
cf53f9b3b9 Update src/app/layout.tsx 2026-03-05 18:26:35 +00:00
a7a0e1164b Merge version_2 into main
Merge version_2 into main
2026-03-05 18:25:03 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tagIcon={Music} tagIcon={Music}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Listen Now", href: "https://spotify.com" }, { text: "Hear My Sound", href: "https://spotify.com" },
{ text: "Get in Touch", href: "contact" }, { text: "Get in Touch", href: "contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -178,4 +178,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }