Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0da1f22eca | |||
| 57bde72013 | |||
| e6f5d39d3a | |||
| 79a0b06756 | |||
| 750c40dc56 | |||
| 993b237849 |
@@ -2,7 +2,8 @@ import type { Metadata } from "next";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -47,8 +47,8 @@ export default function LandingPage() {
|
|||||||
tag="Amsterdam-Based Performance Marketing"
|
tag="Amsterdam-Based Performance Marketing"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "radial-gradient" }}
|
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"
|
imageSrc="https://img.b2bpic.net/free-photo/businessman-working-laptop-internet-shopping-e-commerce-online-business-concept_1098-3489.jpg"
|
||||||
imageAlt="Performance marketing analytics dashboard showing real-time metrics"
|
imageAlt="E-commerce marketplace with shopping products and retail items"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Growth", href: "contact" },
|
{ text: "Start Your Growth", href: "contact" },
|
||||||
{ text: "View Case Studies", href: "casestudies" }
|
{ 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: "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"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -46,8 +46,8 @@ export default function SEOPage() {
|
|||||||
tag="Professional SEO Services"
|
tag="Professional SEO Services"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/businessman-working-laptop-internet-shopping-e-commerce-online-business-concept_1098-3489.jpg"
|
||||||
imageAlt="SEO strategy and search engine optimization"
|
imageAlt="E-commerce marketplace displaying product listings and online sales optimization"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Your SEO Audit", href: "contact" },
|
{ text: "Get Your SEO Audit", href: "contact" },
|
||||||
{ text: "View SEO Case Studies", href: "/" }
|
{ text: "View SEO Case Studies", href: "/" }
|
||||||
|
|||||||
Reference in New Issue
Block a user