Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-06 22:02:52 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}