5 Commits

Author SHA1 Message Date
be009d3ca3 Update src/app/page.tsx 2026-03-04 13:27:04 +00:00
871158f64d Update src/app/layout.tsx 2026-03-04 13:27:04 +00:00
cf78722984 Merge version_2 into main
Merge version_2 into main
2026-03-04 13:25:08 +00:00
b56e854f29 Update src/app/page.tsx 2026-03-04 13:25:04 +00:00
d16d145512 Merge version_1 into main
Merge version_1 into main
2026-03-04 13:23:00 +00:00
2 changed files with 11 additions and 4 deletions

View File

@@ -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"],
},

View File

@@ -62,7 +62,7 @@ export default function ApexDigitalPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATx7Q3oZ0BiZUGjf30KzOUPtEG/professional-headshot-of-a-ceo-or-entrep-1772630521135-7a12ce13.png"},
]}
buttons={[
{ text: "Start Your Campaign", href: "#contact" },
{ text: "Get Your Free Strategy Audit", href: "#contact" },
{ text: "View Our Work", href: "#results" },
]}
buttonAnimation="slide-up"
@@ -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"
/>
</div>