diff --git a/src/app/page.tsx b/src/app/page.tsx index 6889f08..586229e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,9 +36,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Book on WhatsApp", - href: "https://wa.me/918209532574?text=Hello%20Dr.%20Suresh%20Yadav%2C%20I%20want%20to%20book%20an%20appointment.", - }} + text: "Book on WhatsApp", href: "https://wa.me/918209532574?text=Hello%20Dr.%20Suresh%20Yadav%2C%20I%20want%20to%20book%20an%20appointment."}} animateOnLoad={true} /> @@ -47,34 +45,23 @@ export default function HomePage() {