Update src/app/page.tsx

This commit is contained in:
2026-03-06 15:18:51 +00:00
parent f6c340054b
commit fb9c5d2db4

View File

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