Update src/app/page.tsx

This commit is contained in:
2026-05-08 03:10:53 +00:00
parent 376252fadc
commit c1b99f82ea

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Browse Products", href: "#products"},
text: "Shop Our Collection", href: "#products"},
{
text: "Send Order on WhatsApp", href: "https://wa.me/919453157463"},
]}
@@ -246,4 +246,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}