4 Commits

Author SHA1 Message Date
44f42679d1 Merge version_3 into main
Merge version_3 into main
2026-03-05 18:26:40 +00:00
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>
</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>
);
}
}