From 6021161d5539ca74fa9905354650acf44b109365 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 04:59:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15f6780..d9f712c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { text: "Browse Our Services", href: "/services" }, - { text: "Book a Consultation", href: "/contact" }, + { text: "Book a Meet & Greet", href: "/contact" }, ]} buttonAnimation="slide-up" leftCarouselItems={[ -- 2.49.1