From f7d8e466d9a57fa8f1b849cbb1829650cc571db3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:03:32 +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 714e176..e23b061 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, ]} - button={{ text: "Get a Free Quote", href: "contact" }} + button={{ text: "Book a free meeting", href: "contact" }} animateOnLoad={true} /> @@ -50,7 +50,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg?_wi=2", alt: "Team member 2" }, ]} buttons={[ - { text: "Get a Free Quote", href: "contact" }, + { text: "Book a free meeting", href: "contact" }, { text: "View Our Work", href: "portfolio" }, ]} buttonAnimation="slide-up" -- 2.49.1