From 1ed65306caafcaabe907f853302b459eac8e6a2c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 06:30:03 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bc47ef3..12e819b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { icon: Lightbulb, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060251.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060251.jpg?_wi=2" imageAlt="diverse marketing team meeting" mediaAnimation="slide-up" /> @@ -109,7 +109,7 @@ export default function LandingPage() { name: "Sarah Chen", role: "CEO & Founder", description: "With over 15 years in digital marketing, Sarah leads SocialSync with a vision for innovative social strategies.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149005913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149005913.jpg?_wi=2", imageAlt: "female brand manager headshot", socialLinks: [ { @@ -127,7 +127,7 @@ export default function LandingPage() { name: "Mark Johnson", role: "Head of Strategy", description: "Mark's expertise in market trends and audience insights crafts winning campaigns for our clients.", - imageSrc: "http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg?_wi=2", imageAlt: "male marketing director portrait", socialLinks: [ { @@ -145,7 +145,7 @@ export default function LandingPage() { name: "Emily White", role: "Creative Director", description: "Emily brings brands to life with stunning visuals and compelling storytelling that captivate audiences.", - imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-store-working_23-2148924073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-store-working_23-2148924073.jpg?_wi=2", imageAlt: "female fashion brand owner", socialLinks: [ { @@ -163,7 +163,7 @@ export default function LandingPage() { name: "David Lee", role: "Lead Data Analyst", description: "David transforms complex data into actionable insights, ensuring every campaign delivers measurable ROI.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg?_wi=2", imageAlt: "executive professional portrait", socialLinks: [ { @@ -227,7 +227,7 @@ export default function LandingPage() { name: "Sarah Chen", handle: "@InnovateLabs", testimonial: "SocialSync completely transformed our online presence. Their strategic approach and creative content drove incredible engagement. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149005913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149005913.jpg?_wi=3", imageAlt: "female brand manager headshot", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { name: "Mark Johnson", handle: "@GrowthCo", testimonial: "The team at SocialSync is top-notch. They understand our brand voice perfectly and deliver consistent, impactful results.", - imageSrc: "http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg?_wi=3", imageAlt: "male marketing director portrait", }, { @@ -243,7 +243,7 @@ export default function LandingPage() { name: "Emily White", handle: "@FashionForward", testimonial: "Our follower count and conversions have never been higher. SocialSync's data analytics are a game-changer for our e-commerce business.", - imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-store-working_23-2148924073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-store-working_23-2148924073.jpg?_wi=3", imageAlt: "female fashion brand owner", }, { @@ -251,7 +251,7 @@ export default function LandingPage() { name: "David Lee", handle: "@TechCorp", testimonial: "Professional, creative, and incredibly effective. SocialSync is an invaluable partner for any brand serious about social media growth.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg?_wi=3", imageAlt: "executive professional portrait", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { name: "Jessica Brown", handle: "@HealthSolutions", testimonial: "From content strategy to community management, SocialSync exceeds expectations. Truly a premium agency that delivers on its promises.", - imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-posing-office_23-2148804484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-posing-office_23-2148804484.jpg?_wi=2", imageAlt: "male e-commerce entrepreneur", }, { @@ -267,7 +267,7 @@ export default function LandingPage() { name: "Michael Green", handle: "@StartupXYZ", testimonial: "Our startup needed a strong social launch, and SocialSync delivered beyond our wildest dreams. Fast, efficient, and brilliant.", - imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-can-solve-problem_329181-10291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-can-solve-problem_329181-10291.jpg?_wi=2", imageAlt: "male tech executive portrait", }, ]} From 3197e1aac2e646ff90abf82a7fb26f7e3089731d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 06:30:04 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec00b87..26cb3c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { description="SocialSync is a premium social media agency dedicated to crafting compelling narratives and driving measurable growth. We partner with elite brands to transform their online presence into powerful engagement platforms." subdescription="With a focus on innovation and data-driven strategies, we ensure your brand not only stands out but also connects deeply with your target audience, fostering loyalty and expanding reach." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060251.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-young-colleagues-having-meeting_23-2149060251.jpg?_wi=1" imageAlt="Creative marketing team brainstorming" mediaAnimation="slide-up" /> @@ -202,7 +202,7 @@ export default function LandingPage() { handle: "@sarahj_ceo", testimonial: "SocialSync transformed our online presence. Their strategic approach led to incredible engagement and a significant boost in brand visibility.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg?_wi=1", }, { id: "2", @@ -210,7 +210,7 @@ export default function LandingPage() { handle: "@mikechen_mkt", testimonial: "The team at SocialSync truly understands our vision. Their creative campaigns consistently deliver outstanding results, exceeding our KPIs every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg?_wi=1", }, { id: "3", @@ -218,7 +218,7 @@ export default function LandingPage() { handle: "@emilyr_brand", testimonial: "Working with SocialSync has been a game-changer. Their expertise in community building has fostered a loyal following and genuine connections.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149005913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149005913.jpg?_wi=1", }, { id: "4", @@ -226,7 +226,7 @@ export default function LandingPage() { handle: "@davidkim_dev", testimonial: "SocialSync's data-driven insights are invaluable. They don't just create content; they optimize for real, measurable impact on our business goals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-posing-office_23-2148804484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-posing-office_23-2148804484.jpg?_wi=1", }, { id: "5", @@ -234,7 +234,7 @@ export default function LandingPage() { handle: "@jessicalee_biz", testimonial: "Absolutely thrilled with the personalized strategy and execution from SocialSync. They captured our brand essence perfectly and drove phenomenal growth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-store-working_23-2148924073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-store-working_23-2148924073.jpg?_wi=1", }, { id: "6", @@ -242,7 +242,7 @@ export default function LandingPage() { handle: "@robertg_tech", testimonial: "Their innovative approach to social media marketing is unmatched. SocialSync brought fresh ideas and delivered exceptional ROI for our new product launch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-can-solve-problem_329181-10291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-can-solve-problem_329181-10291.jpg?_wi=1", }, ]} showRating={true}