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 +} 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 +}