Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a68527a13 | |||
| fb9c5d2db4 | |||
| f6c340054b | |||
| b28331817a |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Chat with Our Team", href: "#contact" }
|
||||
{ text: "Get Sizing Help", href: "#contact" }
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -218,4 +218,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user