2 Commits

Author SHA1 Message Date
64acb63743 Update src/app/page.tsx 2026-05-06 22:02:49 +00:00
df687995f0 Merge version_1 into main
Merge version_1 into main
2026-05-06 21:57:12 +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>
);
}
}