From ec729caa32064f5ca434353e846676e8081b7427 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:30:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d0af36..a23cd3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,8 @@ export default function LandingPage() { title="We partner with ambitious businesses to create digital experiences that convert visitors into customers and customers into advocates. Our expertise in design, development, and strategy ensures every project delivers measurable ROI." useInvertedBackground={false} buttons={[ - { text: "Learn More", href: "services" } + { text: "Learn More", href: "services" }, + { text: "Schedule a Consultation", href: "contact" } ]} buttonAnimation="slide-up" /> -- 2.49.1