From 95227de418eac3bf7f8f17314a802280bce739ba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:59:27 +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 a703c4d..e19ebf0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@arivers", testimonial: "The most sophisticated web design partner I've encountered.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-standing-near-window_53876-96138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-standing-near-window_53876-96138.jpg?_wi=1", imageAlt: "dark abstract luxury background gold", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@mconti", testimonial: "Exceptional communication and high-end results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-associates-meeting-using-isolated-chroma-key-display_482257-122860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-associates-meeting-using-isolated-chroma-key-display_482257-122860.jpg?_wi=1", imageAlt: "dark abstract luxury background gold", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@sjones", testimonial: "A seamless development experience from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=1", imageAlt: "dark abstract luxury background gold", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "@mthorne", testimonial: "The absolute benchmark for professional corporate design.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg?_wi=1", imageAlt: "dark abstract luxury background gold", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-standing-near-window_53876-96138.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-standing-near-window_53876-96138.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/man-working-tablet-close-up-table_1303-22695.jpg", @@ -224,21 +224,21 @@ export default function LandingPage() { name: "Global FinTech Hub", price: "Featured", variant: "Corporate", - imageSrc: "http://img.b2bpic.net/free-photo/business-associates-meeting-using-isolated-chroma-key-display_482257-122860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-associates-meeting-using-isolated-chroma-key-display_482257-122860.jpg?_wi=2", }, { id: "p2", name: "Eco SaaS Platform", price: "Featured", variant: "SaaS", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=2", }, { id: "p3", name: "Luxury Retail Web", price: "Featured", variant: "E-Comm", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg?_wi=2", }, { id: "p4", -- 2.49.1