Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-21 13:16:12 +00:00

View File

@@ -45,8 +45,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Shop Collection", href: "#products" },
{ text: "View Products", href: "#products" },
{ text: "WhatsApp Order", href: "https://wa.me/" }
{ text: "Get Design Advice", href: "https://wa.me/" }
]}
/>
</div>
@@ -122,4 +121,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}