Update src/app/contact/page.tsx

This commit is contained in:
2026-06-03 19:04:30 +00:00
parent a22ff88c74
commit 6fa77d0e87

View File

@@ -67,8 +67,6 @@ export default function ContactUs() {
<ButtonIconArrow <ButtonIconArrow
text="Chat on WhatsApp" text="Chat on WhatsApp"
href="https://wa.me/1234567890" // Placeholder WhatsApp number href="https://wa.me/1234567890" // Placeholder WhatsApp number
target="_blank"
rel="noopener noreferrer"
className="bg-green-500 hover:bg-green-600 text-white rounded-md px-6 py-3 flex items-center justify-center gap-2" className="bg-green-500 hover:bg-green-600 text-white rounded-md px-6 py-3 flex items-center justify-center gap-2"
ariaLabel="Chat with us on WhatsApp" ariaLabel="Chat with us on WhatsApp"
/> />