From d8c033520021cfe73536acbdb1ec08fddb85bdc7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:26:13 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 46664cb..c1f782a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { description="Founded in 2019" subdescription="Social Media Collective" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/diverse-designers-discussing-project-with-team-leader_74855-9786.jpg" + imageSrc="http://img.b2bpic.net/free-photo/diverse-designers-discussing-project-with-team-leader_74855-9786.jpg?_wi=2" imageAlt="Our award-winning team" mediaAnimation="slide-up" useInvertedBackground={true} @@ -64,7 +64,7 @@ export default function AboutPage() { title: "Alexandra Bennett", subtitle: "Chief Strategy Officer", detail: "alexandra@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gray-haired-businesswoman-reading-notes-glass-wall-holding-marker-concentrated-caucasian-female-worker-suit-thinking-about-idea-project_74855-7841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gray-haired-businesswoman-reading-notes-glass-wall-holding-marker-concentrated-caucasian-female-worker-suit-thinking-about-idea-project_74855-7841.jpg?_wi=1", imageAlt: "Alexandra Bennett, Chief Strategy Officer", }, { @@ -72,7 +72,7 @@ export default function AboutPage() { title: "James Mitchell", subtitle: "Creative Director", detail: "james@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-art-studio_23-2149705900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-art-studio_23-2149705900.jpg?_wi=1", imageAlt: "James Mitchell, Creative Director", }, ], @@ -86,7 +86,7 @@ export default function AboutPage() { title: "Sofia Rossi", subtitle: "Content Strategist", detail: "sofia@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-casual-videocall-conference-using-smartphone-smiling-businesswoman-red-shirt-using-mobile-phone-startup-business-office-startup-manager-looking-content-social-media_482257-37739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-casual-videocall-conference-using-smartphone-smiling-businesswoman-red-shirt-using-mobile-phone-startup-business-office-startup-manager-looking-content-social-media_482257-37739.jpg?_wi=1", imageAlt: "Sofia Rossi, Content Strategist", }, { @@ -94,7 +94,7 @@ export default function AboutPage() { title: "Lucas Kong", subtitle: "Video Producer", detail: "lucas@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Lucas Kong, Video Producer", }, { @@ -102,7 +102,7 @@ export default function AboutPage() { title: "Emma Williams", subtitle: "Graphic Designer", detail: "emma@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-confident-woman-works-creatively-professionally-exuding-innovation_1258-296528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-confident-woman-works-creatively-professionally-exuding-innovation_1258-296528.jpg?_wi=1", imageAlt: "Emma Williams, Graphic Designer", }, ], @@ -116,7 +116,7 @@ export default function AboutPage() { title: "Hassan Omar", subtitle: "Community Manager", detail: "hassan@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-holding-smartphone_23-2150208243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-holding-smartphone_23-2150208243.jpg?_wi=1", imageAlt: "Hassan Omar, Community Manager", }, { @@ -124,7 +124,7 @@ export default function AboutPage() { title: "Priya Patel", subtitle: "Analytics Specialist", detail: "priya@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg?_wi=1", imageAlt: "Priya Patel, Analytics Specialist", }, ], -- 2.49.1 From d9bc7ee7961bddf31656e8b3e1397e3f33cd484c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:26:13 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f0db286..29bb1ee 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,7 +49,7 @@ export default function ContactPage() { { text: "Schedule a Call", href: "#" }, ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/man-texts-cellphone-startup-office_482257-119475.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-texts-cellphone-startup-office_482257-119475.jpg?_wi=2" imageAlt="Contact our team" mediaAnimation="slide-up" /> -- 2.49.1 From ae1aa2f538ac1b2aa0a893b6a75641946794f93c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:26:14 +0000 Subject: [PATCH 3/6] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71cd2cf..d5c9498 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { { text: "Schedule a Consultation", href: "/contact" }, ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/man-texts-cellphone-startup-office_482257-119475.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-texts-cellphone-startup-office_482257-119475.jpg?_wi=1" imageAlt="Premium social media strategy showcase" mediaAnimation="slide-up" avatars={[ @@ -82,7 +82,7 @@ export default function HomePage() { description="Founded in 2019" subdescription="Social Media Collective" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/diverse-designers-discussing-project-with-team-leader_74855-9786.jpg" + imageSrc="http://img.b2bpic.net/free-photo/diverse-designers-discussing-project-with-team-leader_74855-9786.jpg?_wi=1" imageAlt="Our award-winning team" mediaAnimation="slide-up" useInvertedBackground={true} @@ -96,28 +96,28 @@ export default function HomePage() { id: 1, title: "Brand Strategy & Positioning", description: "Develop comprehensive social strategies that define your brand voice, target audiences, and competitive positioning across all platforms.", - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg?_wi=1", imageAlt: "Brand strategy consultation", }, { id: 2, title: "Content Creation & Curation", description: "Produce high-impact content including video, graphics, copywriting, and storytelling that captures attention and drives engagement.", - imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg?_wi=1", imageAlt: "Content creation studio", }, { id: 3, title: "Community Management", description: "Build and nurture engaged communities through strategic response management, relationship building, and audience development.", - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg?_wi=1", imageAlt: "Community building collaboration", }, { id: 4, title: "Performance Analytics", description: "Track, measure, and optimize campaigns with detailed reporting, data analysis, and insights that inform strategic decisions.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1", imageAlt: "Analytics dashboard metrics", }, ]} @@ -148,21 +148,21 @@ export default function HomePage() { id: "1", name: "LuxeStyle Campaign", price: "2.4M Impressions", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=1", imageAlt: "LuxeStyle brand campaign", }, { id: "2", name: "TechFlow Growth", price: "1.8M Followers", - imageSrc: "http://img.b2bpic.net/free-vector/change-your-life-startup-landing-page_23-2148305081.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/change-your-life-startup-landing-page_23-2148305081.jpg?_wi=1", imageAlt: "TechFlow growth campaign", }, { id: "3", name: "EcoVibe Movement", price: "3.2M Engagements", - imageSrc: "http://img.b2bpic.net/free-photo/germination-microgreens-germination-seeds-home_169016-35094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/germination-microgreens-germination-seeds-home_169016-35094.jpg?_wi=1", imageAlt: "EcoVibe movement campaign", }, ]} @@ -178,7 +178,7 @@ export default function HomePage() { handle: "@luxestyleofficial", testimonial: "Social Media Collective transformed our brand presence completely. In just 6 months, our engagement tripled and we attracted partnerships with major retailers. Their strategic approach is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg?_wi=1", }, { id: "2", @@ -186,7 +186,7 @@ export default function HomePage() { handle: "@techflowco", testimonial: "The team's creativity and data-driven insights propelled our startup from 50K to 500K followers. They understand Gen Z audiences like no one else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-smiling-happy-man-using-tablet-listening-music-wireless-headphones_285396-1656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-smiling-happy-man-using-tablet-listening-music-wireless-headphones_285396-1656.jpg?_wi=1", }, { id: "3", @@ -194,7 +194,7 @@ export default function HomePage() { handle: "@ecovibemovement", testimonial: "Exceptional storytelling and community management. They turned our environmental mission into a viral movement. Highly recommend for any brand serious about impact.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-activist-taking-action_23-2149502827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-activist-taking-action_23-2149502827.jpg?_wi=1", }, { id: "4", -- 2.49.1 From bcc268fffbf256752a160c0161f94c4f8ef15c63 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:26:14 +0000 Subject: [PATCH 4/6] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 69f5918..870817f 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -53,21 +53,21 @@ export default function PortfolioPage() { id: "1", name: "LuxeStyle Campaign", price: "2.4M Impressions", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=2", imageAlt: "LuxeStyle brand campaign", }, { id: "2", name: "TechFlow Growth", price: "1.8M Followers", - imageSrc: "http://img.b2bpic.net/free-vector/change-your-life-startup-landing-page_23-2148305081.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/change-your-life-startup-landing-page_23-2148305081.jpg?_wi=2", imageAlt: "TechFlow growth campaign", }, { id: "3", name: "EcoVibe Movement", price: "3.2M Engagements", - imageSrc: "http://img.b2bpic.net/free-photo/germination-microgreens-germination-seeds-home_169016-35094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/germination-microgreens-germination-seeds-home_169016-35094.jpg?_wi=2", imageAlt: "EcoVibe movement campaign", }, ]} @@ -83,7 +83,7 @@ export default function PortfolioPage() { handle: "@luxestyleofficial", testimonial: "Social Media Collective transformed our brand presence completely. In just 6 months, our engagement tripled and we attracted partnerships with major retailers. Their strategic approach is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg?_wi=2", }, { id: "2", @@ -91,7 +91,7 @@ export default function PortfolioPage() { handle: "@techflowco", testimonial: "The team's creativity and data-driven insights propelled our startup from 50K to 500K followers. They understand Gen Z audiences like no one else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-smiling-happy-man-using-tablet-listening-music-wireless-headphones_285396-1656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-smiling-happy-man-using-tablet-listening-music-wireless-headphones_285396-1656.jpg?_wi=2", }, { id: "3", @@ -99,7 +99,7 @@ export default function PortfolioPage() { handle: "@ecovibemovement", testimonial: "Exceptional storytelling and community management. They turned our environmental mission into a viral movement. Highly recommend for any brand serious about impact.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-activist-taking-action_23-2149502827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-activist-taking-action_23-2149502827.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1 From 892f7006e5809fc72948108468dc4ccc7f7a6e87 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:26:15 +0000 Subject: [PATCH 5/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0181cc4..c44f770 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -44,28 +44,28 @@ export default function ServicesPage() { id: 1, title: "Brand Strategy & Positioning", description: "Develop comprehensive social strategies that define your brand voice, target audiences, and competitive positioning across all platforms.", - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-reviewing-marketing-trends_482257-121143.jpg?_wi=2", imageAlt: "Brand strategy consultation", }, { id: 2, title: "Content Creation & Curation", description: "Produce high-impact content including video, graphics, copywriting, and storytelling that captures attention and drives engagement.", - imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg?_wi=2", imageAlt: "Content creation studio", }, { id: 3, title: "Community Management", description: "Build and nurture engaged communities through strategic response management, relationship building, and audience development.", - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg?_wi=2", imageAlt: "Community building collaboration", }, { id: 4, title: "Performance Analytics", description: "Track, measure, and optimize campaigns with detailed reporting, data analysis, and insights that inform strategic decisions.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2", imageAlt: "Analytics dashboard metrics", }, ]} -- 2.49.1 From 5714143df886610476d90ba6a9b9b1272d3cccf5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:26:15 +0000 Subject: [PATCH 6/6] Update src/app/team/page.tsx --- src/app/team/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 2b800ca..f96637b 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -49,7 +49,7 @@ export default function TeamPage() { title: "Alexandra Bennett", subtitle: "Chief Strategy Officer", detail: "alexandra@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gray-haired-businesswoman-reading-notes-glass-wall-holding-marker-concentrated-caucasian-female-worker-suit-thinking-about-idea-project_74855-7841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gray-haired-businesswoman-reading-notes-glass-wall-holding-marker-concentrated-caucasian-female-worker-suit-thinking-about-idea-project_74855-7841.jpg?_wi=2", imageAlt: "Alexandra Bennett, Chief Strategy Officer", }, { @@ -57,7 +57,7 @@ export default function TeamPage() { title: "James Mitchell", subtitle: "Creative Director", detail: "james@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-art-studio_23-2149705900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-art-studio_23-2149705900.jpg?_wi=2", imageAlt: "James Mitchell, Creative Director", }, ], @@ -71,7 +71,7 @@ export default function TeamPage() { title: "Sofia Rossi", subtitle: "Content Strategist", detail: "sofia@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-casual-videocall-conference-using-smartphone-smiling-businesswoman-red-shirt-using-mobile-phone-startup-business-office-startup-manager-looking-content-social-media_482257-37739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-casual-videocall-conference-using-smartphone-smiling-businesswoman-red-shirt-using-mobile-phone-startup-business-office-startup-manager-looking-content-social-media_482257-37739.jpg?_wi=2", imageAlt: "Sofia Rossi, Content Strategist", }, { @@ -79,7 +79,7 @@ export default function TeamPage() { title: "Lucas Kong", subtitle: "Video Producer", detail: "lucas@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=2", imageAlt: "Lucas Kong, Video Producer", }, { @@ -87,7 +87,7 @@ export default function TeamPage() { title: "Emma Williams", subtitle: "Graphic Designer", detail: "emma@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-confident-woman-works-creatively-professionally-exuding-innovation_1258-296528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-confident-woman-works-creatively-professionally-exuding-innovation_1258-296528.jpg?_wi=2", imageAlt: "Emma Williams, Graphic Designer", }, ], @@ -101,7 +101,7 @@ export default function TeamPage() { title: "Hassan Omar", subtitle: "Community Manager", detail: "hassan@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-holding-smartphone_23-2150208243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-holding-smartphone_23-2150208243.jpg?_wi=2", imageAlt: "Hassan Omar, Community Manager", }, { @@ -109,7 +109,7 @@ export default function TeamPage() { title: "Priya Patel", subtitle: "Analytics Specialist", detail: "priya@socialmedia.collective", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg?_wi=2", imageAlt: "Priya Patel, Analytics Specialist", }, ], -- 2.49.1