From 79cea9c9c08f30cee47b40a92e5c49818ff575aa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:39:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 279 +++++++++++------------------------------------ 1 file changed, 66 insertions(+), 213 deletions(-) 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() {
@@ -84,35 +71,19 @@ export default function HomePage() {
); -} \ No newline at end of file +} -- 2.49.1