From df4634b58b9f2aec196d94028aecc85cee5e9e87 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:55:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff61d73..928b6bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,7 +208,7 @@ export default function HomePage() { animationType="background-highlight" buttons={[ { - text: "Book Free Consultation", href: "/contact"}, + text: "Get Free Consultation Today", href: "/contact"}, { text: "View Our Portfolio", href: "/projects"}, ]} @@ -228,4 +228,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}