Update src/app/contact/page.tsx

This commit is contained in:
2026-06-10 15:01:13 +00:00
parent 830abc6ce5
commit a44ff289b6

View File

@@ -39,7 +39,7 @@ export default function ContactPage() {
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Place an Order", href: "/contact" }}
button={{ text: "WhatsApp Us", href: "https://wa.me/2341234567890" }}
animateOnLoad={false}
/>
</div>