Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-06 08:59:26 +00:00
4 changed files with 24 additions and 24 deletions

View File

@@ -60,25 +60,25 @@ export default function AboutPage() {
{
id: "1",
name: "Passion",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg?_wi=5",
imageAlt: "Passion for creative work",
},
{
id: "2",
name: "Innovation",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=5",
imageAlt: "Innovation in marketing",
},
{
id: "3",
name: "Excellence",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=5",
imageAlt: "Excellence in execution",
},
{
id: "4",
name: "Results",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=5",
imageAlt: "Real results",
},
]}

View File

@@ -77,7 +77,7 @@ export default function HomePage() {
value: "10M+",
title: "Ad Impressions Generated",
description: "Across performance campaigns managed",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg?_wi=1",
imageAlt: "Featured advertising campaign creative",
},
{
@@ -85,7 +85,7 @@ export default function HomePage() {
value: "$10M+",
title: "Ad Spend Managed",
description: "Performance marketing campaigns optimized",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=1",
imageAlt: "Featured website design project",
},
{
@@ -93,7 +93,7 @@ export default function HomePage() {
value: "500+",
title: "Creative Assets Produced",
description: "High-impact ads and visual content",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=1",
imageAlt: "Featured branding and design work",
},
]}
@@ -130,7 +130,7 @@ export default function HomePage() {
title: "Google Ads & Pay-Per-Click",
description: "High-converting PPC campaigns that drive qualified leads and sales",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1",
imageAlt: "Google Ads and PPC advertising",
},
items: [
@@ -145,7 +145,7 @@ export default function HomePage() {
title: "Search Engine Optimization",
description: "Organic traffic growth through strategic SEO and content optimization",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/search-engine-optimization-target-marketing-concept-bokeh-b_1357-304.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/search-engine-optimization-target-marketing-concept-bokeh-b_1357-304.jpg?_wi=1",
imageAlt: "SEO optimization strategy",
},
items: [
@@ -160,7 +160,7 @@ export default function HomePage() {
title: "Creative Content Production",
description: "High-impact visual content including video ads, graphics, and social media assets",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-young-woman_1268-21886.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-young-woman_1268-21886.jpg?_wi=1",
imageAlt: "Video and content production",
},
items: [
@@ -185,25 +185,25 @@ export default function HomePage() {
{
id: "1",
name: "Creative Excellence",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg?_wi=2",
imageAlt: "Creative excellence icon",
},
{
id: "2",
name: "Performance Focus",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=2",
imageAlt: "Performance focus icon",
},
{
id: "3",
name: "Strategy First",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=2",
imageAlt: "Strategy first icon",
},
{
id: "4",
name: "Real Results",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=2",
imageAlt: "Real results icon",
},
]}

View File

@@ -46,7 +46,7 @@ export default function PortfolioPage() {
value: "10M+",
title: "Ad Impressions Generated",
description: "Across all performance campaigns we've managed",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg?_wi=3",
imageAlt: "Featured advertising campaign creative",
},
{
@@ -54,7 +54,7 @@ export default function PortfolioPage() {
value: "$10M+",
title: "Ad Spend Managed",
description: "With exceptional ROI and continuous optimization",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=3",
imageAlt: "Featured website design project",
},
{
@@ -62,7 +62,7 @@ export default function PortfolioPage() {
value: "500+",
title: "Creative Assets Produced",
description: "High-impact ads and visual content for diverse brands",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=3",
imageAlt: "Featured branding and design work",
},
]}
@@ -82,25 +82,25 @@ export default function PortfolioPage() {
{
id: "1",
name: "Creative Excellence",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-ad-with-team-collaboration_505751-8227.jpg?_wi=4",
imageAlt: "Creative excellence icon",
},
{
id: "2",
name: "Performance Focus",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492826.jpg?_wi=4",
imageAlt: "Performance focus icon",
},
{
id: "3",
name: "Strategy First",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=4",
imageAlt: "Strategy first icon",
},
{
id: "4",
name: "Real Results",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=4",
imageAlt: "Real results icon",
},
]}

View File

@@ -49,7 +49,7 @@ export default function ServicesPage() {
title: "Google Ads & Pay-Per-Click",
description: "High-converting PPC campaigns that drive qualified leads and sales with precision targeting and continuous optimization",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=3",
imageAlt: "Google Ads and PPC advertising",
},
items: [
@@ -64,7 +64,7 @@ export default function ServicesPage() {
title: "Search Engine Optimization",
description: "Organic traffic growth through strategic SEO and content optimization that positions your brand at the top of search results",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/search-engine-optimization-target-marketing-concept-bokeh-b_1357-304.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/search-engine-optimization-target-marketing-concept-bokeh-b_1357-304.jpg?_wi=2",
imageAlt: "SEO optimization strategy",
},
items: [
@@ -79,7 +79,7 @@ export default function ServicesPage() {
title: "Creative Content Production",
description: "High-impact visual content including video ads, graphics, and social media assets that captivate your audience",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-young-woman_1268-21886.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-young-woman_1268-21886.jpg?_wi=2",
imageAlt: "Video and content production",
},
items: [