From 2a4057906141cfb306867c480e40aa4c8d56d4bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:38:24 +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 cd95181..a89808f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Book a Call", href: "/booking" }, + { text: "Get Your Free Demo", href: "/booking" }, { text: "See Our Services", onClick: handleServicesClick } ]} buttonAnimation="slide-up" -- 2.49.1