From 64acb6374339a1835832d8938c98713d631d5062 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 22:02:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 180127f..a34b809 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,9 @@ export default function LandingPage() { title="Drive Your Business Growth Today" description="Unlock your potential with expert strategies designed to attract more customers and increase your revenue." tag="Expert Growth Services" + buttons={[ + { text: "Get Started Now", href: "#contact" } + ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/people-coworking-covid-restrictions_23-2148961695.jpg", imageAlt: "professional business team working"}, @@ -219,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1