From 871158f64d26629633d1bb79cb85c7dd3462c811 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:27:04 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 43d81a5..fd483a5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,13 +22,16 @@ const inter = Inter({ export const metadata: Metadata = { title: "Apex Digital | Digital Marketing Agency", description: "Drive growth with data-driven digital marketing. SEO, PPC, social media, and content strategies that deliver measurable ROI. 250+ clients served.", keywords: "digital marketing agency, SEO services, PPC advertising, social media marketing, content marketing, lead generation", metadataBase: new URL("https://apexdigital.com"), alternates: { - canonical: "https://apexdigital.com"}, + canonical: "https://apexdigital.com" + }, openGraph: { title: "Apex Digital | Drive Growth with Data-Driven Marketing", description: "Proven digital marketing strategies delivering 250%+ average ROI. Transform your online presence.", url: "https://apexdigital.com", siteName: "Apex Digital", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATx7Q3oZ0BiZUGjf30KzOUPtEG/a-modern-digital-marketing-dashboard-sho-1772630518577-692dad37.png", alt: "Apex Digital Marketing Dashboard"}, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATx7Q3oZ0BiZUGjf30KzOUPtEG/a-modern-digital-marketing-dashboard-sho-1772630518577-692dad37.png", alt: "Apex Digital Marketing Dashboard" + }, ], - type: "website"}, + type: "website" + }, twitter: { card: "summary_large_image", title: "Apex Digital | Digital Marketing Agency", description: "Data-driven digital marketing services delivering exceptional ROI.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATx7Q3oZ0BiZUGjf30KzOUPtEG/a-modern-digital-marketing-dashboard-sho-1772630518577-692dad37.png"], }, -- 2.49.1 From be009d3ca3ff97b3c286158cabc1a2e27c844d1b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:27:04 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 842d49f..d787033 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,6 +125,10 @@ export default function ApexDigitalPage() { textboxLayout="default" animationType="scale-rotate" useInvertedBackground={false} + buttons={[ + { text: "See How We Achieved These Results", href: "#testimonials" }, + ]} + buttonAnimation="slide-up" /> -- 2.49.1