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