Update src/app/page.tsx

This commit is contained in:
2026-06-10 04:23:56 +00:00
parent 70c5463b1d
commit f9f5afaec4

View File

@@ -49,7 +49,10 @@ export default function LandingPage() {
]}
brandName="Nice Depot"
button={{
text: "Comprar Ahora", href: "#products"}}
text: "Comprar Ahora", href: "#products"}}
topBarButton={{
text: "WhatsApp", href: "https://wa.me/+1234567890" // Placeholder for actual number
}}
animateOnLoad={true}
/>
</div>