From 3eb0eaa66961babb12a9d112a5edec52a6c8fabe Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 09:59:47 +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 0526ca9..e4059e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@arivers", testimonial: "Pulse transformed our social presence. Absolutely top-tier.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-holding-tablet_23-2148452638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-holding-tablet_23-2148452638.jpg?_wi=1", imageAlt: "social media agency hero", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@mvane", testimonial: "Data-driven creative that actually delivers ROI.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-waiting-subway-terminal-transportation-concept_53876-31598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-waiting-subway-terminal-transportation-concept_53876-31598.jpg?_wi=1", imageAlt: "social media agency hero", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@jrossi", testimonial: "Premium quality, professional execution every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309686.jpg?_wi=1", imageAlt: "social media agency hero", }, { @@ -94,11 +94,11 @@ export default function LandingPage() { handle: "@dkim", testimonial: "Unmatched expertise in platform algorithms.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-cartoon-style_23-2151134328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-cartoon-style_23-2151134328.jpg?_wi=1", imageAlt: "social media agency hero", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-holding-tablet_23-2148452638.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-holding-tablet_23-2148452638.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", @@ -210,7 +210,7 @@ export default function LandingPage() { { id: "t1", name: "Client A", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-cartoon-style_23-2151134328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-cartoon-style_23-2151134328.jpg?_wi=2", }, { id: "t2", @@ -260,7 +260,7 @@ export default function LandingPage() { content: "Yes, we handle end-to-end creative production from script to final edit.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-waiting-subway-terminal-transportation-concept_53876-31598.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-waiting-subway-terminal-transportation-concept_53876-31598.jpg?_wi=2" title="Frequently Asked" description="Questions about our agency process." faqsAnimation="blur-reveal" @@ -299,7 +299,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309686.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309686.jpg?_wi=2" /> -- 2.49.1