Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad724ef3e6 | |||
| cf53f9b3b9 | |||
| a7a0e1164b |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user