From 12ba9da032903c3aa179059c8a51df459f1ca81e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:13:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbd9e86..46af6e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { handle: "@alexdev", testimonial: "Excellent communication and high-quality results every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=1", imageAlt: "minimalist clean workspace high tech", }, { @@ -52,7 +52,7 @@ export default function LandingPage() { handle: "@sarahbiz", testimonial: "Highly recommended for any custom business project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg?_wi=1", imageAlt: "digital interface abstract technology", }, { @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@mlabs", testimonial: "Professional, efficient, and very reliable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=2", imageAlt: "minimalist clean workspace high tech", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@janedesign", testimonial: "Understands requirements perfectly. Great experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg?_wi=2", imageAlt: "digital interface abstract technology", }, { @@ -76,11 +76,11 @@ export default function LandingPage() { handle: "@tombuilds", testimonial: "Solid delivery. Will work with again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=3", imageAlt: "minimalist clean workspace high tech", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=4" avatars={[ { src: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", @@ -190,13 +190,13 @@ export default function LandingPage() { { title: "Consultation", description: "Discussing goals and defining the scope.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=5", imageAlt: "Consulting", }, { title: "Design", description: "Creating wireframes and prototypes.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg?_wi=3", imageAlt: "Design", }, ]} @@ -250,7 +250,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg?_wi=4" onSubmit={(data) => { console.log('Routing data to 762-201-7158 and elrodjace196@gmail.com', data); alert('Inquiry sent successfully!'); }} /> -- 2.49.1