From a344c818ff643d77166a3e78780991824933862b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:45:38 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9c7eed8..a0b5438 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1425,4 +1425,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From b657b1f8bba7a1f91605ae8ffc71d2c4789731d6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:45:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87b7d2c..0285751 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1