From 3ab804f59a0380470cb44d06aede5d48179c4bef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:10:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af2d049..520ffca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/nice-blue-white-background-backdrop-purpose_1017-46757.jpg" + imageSrc="http://img.b2bpic.net/free-photo/nice-blue-white-background-backdrop-purpose_1017-46757.jpg?_wi=1" showBlur={true} avatars={[ { @@ -128,17 +128,17 @@ export default function LandingPage() { { title: "Google SEO", description: "Standard organic search dominance.", - imageSrc: "http://img.b2bpic.net/free-photo/nice-blue-white-background-backdrop-purpose_1017-46757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nice-blue-white-background-backdrop-purpose_1017-46757.jpg?_wi=2", }, { title: "GPT Search Optimization", description: "Optimizing for AI conversational search.", - imageSrc: "http://img.b2bpic.net/free-photo/nice-blue-white-background-backdrop-purpose_1017-46757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nice-blue-white-background-backdrop-purpose_1017-46757.jpg?_wi=3", }, { title: "Technical Audits", description: "Full site architecture and speed.", - imageSrc: "http://img.b2bpic.net/free-photo/nice-blue-white-background-backdrop-purpose_1017-46757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nice-blue-white-background-backdrop-purpose_1017-46757.jpg?_wi=4", }, ]} title="Search Engine Excellence" @@ -199,25 +199,25 @@ export default function LandingPage() { id: "t1", name: "Alex Smith", role: "Head of SEO", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg?_wi=1", }, { id: "t2", name: "Maria Garcia", role: "AI Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg?_wi=2", }, { id: "t3", name: "John Doe", role: "Technical Lead", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg?_wi=3", }, { id: "t4", name: "Sam Lee", role: "Content Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg?_wi=4", }, ]} title="Our Experts" -- 2.49.1