Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 09:45:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1425,4 +1425,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
title="Surat's Omnichannel Digital Marketing Agency"
description="Vertex Digital Services transforms local businesses into growth engines through data-driven strategy, performance marketing, and ROI-focused campaigns. From social media to marketplace optimization, we fuel sustainable business growth across every digital channel."
buttons={[
{ text: "Get Free Strategy Call", href: "contact" },
{ text: "Get Your Free Strategy", href: "contact" },
{ text: "View Our Services", href: "services" }
]}
buttonAnimation="slide-up"
@@ -308,4 +308,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}