diff --git a/src/app/page.tsx b/src/app/page.tsx index 703c8a8..5c53578 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function HomePage() { name: "Sarah Chen", role: "CEO", testimonial: "Elevate Social transformed our social presence completely. In just 6 months, our engagement tripled and we saw a 45% increase in conversions. Truly exceptional work.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen CEO testimonial" }, { @@ -131,7 +131,7 @@ export default function HomePage() { name: "Emily Watson", role: "Marketing Director", testimonial: "Working with Elevate Social has been a game-changer for our brand. Their creative excellence combined with data-driven strategies is unmatched in the industry.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Watson marketing director testimonial" }, { @@ -139,7 +139,7 @@ export default function HomePage() { name: "David Park", role: "CMO", testimonial: "The ROI we've achieved through their campaigns far exceeded our initial projections. They're not just a vendor, they're true strategic partners in our growth.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park CMO testimonial" } ]} diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 227bd04..dd12e36 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -51,21 +51,21 @@ export default function PortfolioPage() { id: "1", name: "Fashion Brand Growth Campaign", price: "340% engagement increase", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=3", imageAlt: "Fashion brand campaign results" }, { id: "2", name: "Startup Product Launch", price: "2.5M reach in 90 days", - imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372412.jpg?_wi=3", imageAlt: "Startup product launch campaign" }, { id: "3", name: "Luxury Brand Rebranding", price: "180% audience growth", - imageSrc: "http://img.b2bpic.net/free-photo/blogger_23-2148349538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blogger_23-2148349538.jpg?_wi=3", imageAlt: "Luxury brand rebranding success" } ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 698030d..0797bb7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -51,22 +51,22 @@ export default function ServicesPage() { id: 1, title: "Strategic Campaign Development", description: "We develop comprehensive social media strategies tailored to your business objectives, target audience, and competitive landscape. Our approach combines market research with creative innovation.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372412.jpg" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372412.jpg?_wi=1" } }, { id: 2, title: "Content Creation & Curation", description: "From concept to publication, we create compelling, on-brand content that drives engagement. Our creative team produces photography, videography, and copywriting that captivates your audience.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372412.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/blogger_23-2148349538.jpg" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372412.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/blogger_23-2148349538.jpg?_wi=1" } }, { id: 3, title: "Community Management & Engagement", description: "We nurture genuine relationships between your brand and audience through responsive, authentic community management. Real conversations build lasting loyalty and brand advocacy.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/blogger_23-2148349538.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/blogger_23-2148349538.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=2" } } ]} showStepNumbers={true}