From 750c40dc56f3730bdd8c14c2de605b5c309de4cb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:33:35 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a6deef8..832d5a5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From 79a0b067568eb3b32ab90fdfb9da35f2f233a22e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:33:36 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d86e23..ebd4a24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> -- 2.49.1