From 7e02f053002b1e577d59451a05906b30573dda13 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 01:55:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 527774b..5b81a32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/digital-display-screens-advertising-product-presentation_187299-46316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-display-screens-advertising-product-presentation_187299-46316.jpg?_wi=1", imageAlt: "Luxury booth", }, { @@ -217,7 +217,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/ballot-box-with-voting-envelope-slot-ready-vote-catalonia-flag_463209-96.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ballot-box-with-voting-envelope-slot-ready-vote-catalonia-flag_463209-96.jpg?_wi=1", }, { id: "p2", @@ -283,7 +283,7 @@ export default function LandingPage() { quote: "Elite Builds transformed how we show up at trade shows.", tag: "Apex", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-view-carpenter-s-hands-shaping-carving-wood-his-old-fashion-workshop_342744-1426.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/digital-display-screens-advertising-product-presentation_187299-46316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-display-screens-advertising-product-presentation_187299-46316.jpg?_wi=2", imageAlt: "craftsmanship woodwork close up", }, { @@ -316,7 +316,7 @@ export default function LandingPage() { quote: "Flawless craft and delivered on time.", tag: "VividLux", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186792.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/ballot-box-with-voting-envelope-slot-ready-vote-catalonia-flag_463209-96.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ballot-box-with-voting-envelope-slot-ready-vote-catalonia-flag_463209-96.jpg?_wi=2", imageAlt: "craftsmanship woodwork close up", }, { @@ -327,7 +327,7 @@ export default function LandingPage() { quote: "Elite is our go-to partner for events.", tag: "TechCo", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26108.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-working-room-office-building_105762-1793.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-working-room-office-building_105762-1793.jpg?_wi=1", imageAlt: "craftsmanship woodwork close up", }, ]} @@ -378,7 +378,7 @@ export default function LandingPage() { placeholder: "Tell us about your requirements...", required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/business-meeting-working-room-office-building_105762-1793.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-meeting-working-room-office-building_105762-1793.jpg?_wi=2" /> -- 2.49.1