3 Commits

Author SHA1 Message Date
fb9c5d2db4 Update src/app/page.tsx 2026-03-06 15:18:51 +00:00
f6c340054b Update src/app/layout.tsx 2026-03-06 15:18:51 +00:00
b28331817a Merge version_2 into main
Merge version_2 into main
2026-03-06 15:14:36 +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

@@ -194,7 +194,7 @@ export default function LandingPage() {
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ text: "Shop Now", href: "#products" }, { text: "Shop Now", href: "#products" },
{ text: "Chat with Our Team", href: "#contact" } { text: "Get Sizing Help", href: "#contact" }
]} ]}
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -218,4 +218,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }