From 8659cf8843c1fe041f2981d34becd7e7235edb4c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:14:12 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f3a468..ea35a9e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function AboutPage() { description="We're a boutique social media agency specializing in high-growth strategies for ambitious brands. Our data-driven approach combines creative excellence with strategic insight to deliver unprecedented results across all major platforms." textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg?_wi=4" imageAlt="Strategic planning and digital marketing" mediaAnimation="slide-up" imagePosition="right" @@ -92,7 +92,7 @@ export default function AboutPage() { id: "1", name: "Alexandra Sterling", role: "Founder & Chief Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Alexandra Sterling, Founder & Chief Strategist", }, { @@ -106,7 +106,7 @@ export default function AboutPage() { id: "3", name: "Priya Kapoor", role: "Analytics & Performance Lead", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Priya Kapoor, Analytics & Performance Lead", }, { -- 2.49.1 From b9a4ba1e06c87bdc098d5ac3258e4df9446d3f92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:14:13 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbb7c49..3ab0f78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function HomePage() { description="We're a boutique social media agency specializing in high-growth strategies for ambitious brands. Our data-driven approach combines creative excellence with strategic insight to deliver unprecedented results across all major platforms." textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg?_wi=1" imageAlt="Strategic planning and digital marketing" mediaAnimation="slide-up" imagePosition="right" @@ -114,28 +114,28 @@ export default function HomePage() { id: 1, title: "Social Strategy & Planning", description: "Custom-built social media strategies aligned with your business objectives, audience insights, and competitive landscape. We research, plan, and execute campaigns that create lasting impact.", - imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg?_wi=2", imageAlt: "Strategic planning process", }, { id: 2, title: "Content Creation & Management", description: "Professional content production including photography, videography, copywriting, and graphic design. We handle everything from ideation to publishing across all major platforms.", - imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg?_wi=1", imageAlt: "Content creation and production", }, { id: 3, title: "Performance Analytics & Optimization", description: "Deep-dive analytics with monthly reporting, performance optimization, and strategic adjustments. We use data to continuously improve campaign effectiveness and maximize ROI.", - imageSrc: "http://img.b2bpic.net/free-photo/data-information-analytics-perfomance-concept_53876-167154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-information-analytics-perfomance-concept_53876-167154.jpg?_wi=1", imageAlt: "Analytics and performance metrics", }, { id: 4, title: "Community Management & Engagement", description: "Strategic community building, real-time engagement, customer service, and reputation management across all platforms. We build authentic relationships between your brand and audience.", - imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg?_wi=2", imageAlt: "Community engagement and interaction", }, ]} -- 2.49.1 From b327f0c544d1014885492e4a621926aeea0baaa6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:14:14 +0000 Subject: [PATCH 3/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a9e2e9a..c7eedba 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -52,21 +52,21 @@ export default function ServicesPage() { id: 1, title: "Social Strategy & Planning", description: "Custom-built social media strategies aligned with your business objectives, audience insights, and competitive landscape. We research, plan, and execute campaigns that create lasting impact.", - imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1818.jpg?_wi=3", imageAlt: "Strategic planning process", }, { id: 2, title: "Content Creation & Management", description: "Professional content production including photography, videography, copywriting, and graphic design. We handle everything from ideation to publishing across all major platforms.", - imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg?_wi=3", imageAlt: "Content creation and production", }, { id: 3, title: "Performance Analytics & Optimization", description: "Deep-dive analytics with monthly reporting, performance optimization, and strategic adjustments. We use data to continuously improve campaign effectiveness and maximize ROI.", - imageSrc: "http://img.b2bpic.net/free-photo/data-information-analytics-perfomance-concept_53876-167154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-information-analytics-perfomance-concept_53876-167154.jpg?_wi=2", imageAlt: "Analytics and performance metrics", }, ]} @@ -90,7 +90,7 @@ export default function ServicesPage() { category: "E-Commerce", title: "Scaling a DTC Brand to $2M Annual Revenue", excerpt: "How we helped an emerging DTC brand build a engaged community and scale to $2M+ in annual revenue through strategic TikTok and Instagram campaigns.", - imageSrc: "http://img.b2bpic.net/free-vector/marketing-campaign-background-template_23-2148011470.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/marketing-campaign-background-template_23-2148011470.jpg?_wi=1", imageAlt: "E-commerce brand growth case study", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", @@ -101,7 +101,7 @@ export default function ServicesPage() { category: "Influencer Marketing", title: "Building a Creator Network Generating 50M+ Impressions", excerpt: "Strategic influencer partnerships that resulted in 50M+ monthly impressions and a 35% increase in brand awareness for a luxury lifestyle brand.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-beauty-bloggers-talking-when-vlogging-two-women-sitting-table-demonstrating-cosmetic-products-explaining-how-make-up-make-up-tutorial-online-blogging-concept_74855-22648.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-beauty-bloggers-talking-when-vlogging-two-women-sitting-table-demonstrating-cosmetic-products-explaining-how-make-up-make-up-tutorial-online-blogging-concept_74855-22648.jpg?_wi=1", imageAlt: "Influencer marketing campaign results", authorName: "Marcus Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", @@ -112,7 +112,7 @@ export default function ServicesPage() { category: "Brand Positioning", title: "Repositioning a Legacy Brand for Gen Z Audiences", excerpt: "Complete brand repositioning strategy resulting in 300% increase in Gen Z engagement and expansion into new market segments through authentic social content.", - imageSrc: "http://img.b2bpic.net/free-photo/business-finance-economy-commerce-investment_53876-124458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-finance-economy-commerce-investment_53876-124458.jpg?_wi=1", imageAlt: "Brand repositioning strategy success", authorName: "Jennifer Park", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", -- 2.49.1 From c8023b4e9b1139ea0aa2fa8ca18833900f4f7195 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:14:15 +0000 Subject: [PATCH 4/4] Update src/app/work/page.tsx --- src/app/work/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index 6e72b6a..90eacdb 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -54,7 +54,7 @@ export default function WorkPage() { category: "E-Commerce", title: "Scaling a DTC Brand to $2M Annual Revenue", excerpt: "How we helped an emerging DTC brand build a engaged community and scale to $2M+ in annual revenue through strategic TikTok and Instagram campaigns.", - imageSrc: "http://img.b2bpic.net/free-vector/marketing-campaign-background-template_23-2148011470.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/marketing-campaign-background-template_23-2148011470.jpg?_wi=2", imageAlt: "E-commerce brand growth case study", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", @@ -65,7 +65,7 @@ export default function WorkPage() { category: "Influencer Marketing", title: "Building a Creator Network Generating 50M+ Impressions", excerpt: "Strategic influencer partnerships that resulted in 50M+ monthly impressions and a 35% increase in brand awareness for a luxury lifestyle brand.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-beauty-bloggers-talking-when-vlogging-two-women-sitting-table-demonstrating-cosmetic-products-explaining-how-make-up-make-up-tutorial-online-blogging-concept_74855-22648.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-beauty-bloggers-talking-when-vlogging-two-women-sitting-table-demonstrating-cosmetic-products-explaining-how-make-up-make-up-tutorial-online-blogging-concept_74855-22648.jpg?_wi=2", imageAlt: "Influencer marketing campaign results", authorName: "Marcus Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", @@ -76,7 +76,7 @@ export default function WorkPage() { category: "Brand Positioning", title: "Repositioning a Legacy Brand for Gen Z Audiences", excerpt: "Complete brand repositioning strategy resulting in 300% increase in Gen Z engagement and expansion into new market segments through authentic social content.", - imageSrc: "http://img.b2bpic.net/free-photo/business-finance-economy-commerce-investment_53876-124458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-finance-economy-commerce-investment_53876-124458.jpg?_wi=2", imageAlt: "Brand repositioning strategy success", authorName: "Jennifer Park", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", -- 2.49.1