6 Commits

Author SHA1 Message Date
0da1f22eca Update src/app/seo/page.tsx 2026-02-19 02:37:59 +00:00
57bde72013 Update src/app/page.tsx 2026-02-19 02:37:58 +00:00
e6f5d39d3a Merge version_6 into main
Merge version_6 into main
2026-02-19 02:33:41 +00:00
79a0b06756 Update src/app/page.tsx 2026-02-19 02:33:36 +00:00
750c40dc56 Update src/app/layout.tsx 2026-02-19 02:33:35 +00:00
993b237849 Merge version_5 into main
Merge version_5 into main
2026-02-19 02:23:48 +00:00
3 changed files with 9 additions and 5 deletions

View File

@@ -2,7 +2,8 @@ import type { Metadata } from "next";
import "./globals.css";
export const metadata: Metadata = {
title: "PerformanceHub - Performance Marketing Agency Amsterdam", description: "Amsterdam-based performance marketing agency specializing in SEO, PPC, and conversion optimization. Drive real results with data-driven strategies."};
title: "PerformanceHub - Performance Marketing Agency Amsterdam", description: "Amsterdam-based performance marketing agency specializing in SEO, PPC, and conversion optimization. Drive real results with data-driven strategies."
};
export default function RootLayout({
children,

View File

@@ -47,8 +47,8 @@ export default function LandingPage() {
tag="Amsterdam-Based Performance Marketing"
tagIcon={Sparkles}
background={{ variant: "radial-gradient" }}
imageSrc="https://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg"
imageAlt="Performance marketing analytics dashboard showing real-time metrics"
imageSrc="https://img.b2bpic.net/free-photo/businessman-working-laptop-internet-shopping-e-commerce-online-business-concept_1098-3489.jpg"
imageAlt="E-commerce marketplace with shopping products and retail items"
buttons={[
{ text: "Start Your Growth", href: "contact" },
{ text: "View Case Studies", href: "casestudies" }
@@ -107,6 +107,9 @@ export default function LandingPage() {
},
{
id: "3", value: "500+", title: "Clients Served", description: "Businesses from startups to enterprises achieving growth goals", imageSrc: "https://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg", imageAlt: "Team collaboration and client success stories"
},
{
id: "4", value: "2.3x", title: "Average Traffic Growth", description: "Typical increase in overall website traffic from optimized campaigns", imageSrc: "https://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", imageAlt: "Website traffic analytics and growth metrics"
}
]}
/>

View File

@@ -46,8 +46,8 @@ export default function SEOPage() {
tag="Professional SEO Services"
tagIcon={Sparkles}
background={{ variant: "radial-gradient" }}
imageSrc="https://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg"
imageAlt="SEO strategy and search engine optimization"
imageSrc="https://img.b2bpic.net/free-photo/businessman-working-laptop-internet-shopping-e-commerce-online-business-concept_1098-3489.jpg"
imageAlt="E-commerce marketplace displaying product listings and online sales optimization"
buttons={[
{ text: "Get Your SEO Audit", href: "contact" },
{ text: "View SEO Case Studies", href: "/" }