Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user