From 523dd1efa4170cc32ad25f7eb8160fd7c132dfce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:40:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da56081..d1b3a9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=1", imageAlt: "Miami office view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/experienced-caucasian-businessman-handshaking-smiling_74855-9870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experienced-caucasian-businessman-handshaking-smiling_74855-9870.jpg?_wi=1", imageAlt: "Professional handshake", }, { - imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103833.jpg?_wi=1", imageAlt: "Luxury gold background", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg?_wi=1", imageAlt: "Miami downtown skyline", }, { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg?_wi=1", imageAlt: "Document signing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg?_wi=1", imageAlt: "Insurance policy documents", }, ]} @@ -102,37 +102,37 @@ export default function LandingPage() { id: "p1", name: "General Liability", price: "From $500", - imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=2", }, { id: "p2", name: "Professional Indemnity", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/experienced-caucasian-businessman-handshaking-smiling_74855-9870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experienced-caucasian-businessman-handshaking-smiling_74855-9870.jpg?_wi=2", }, { id: "p3", name: "Property & Assets", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103833.jpg?_wi=2", }, { id: "p4", name: "Cyber Liability", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg?_wi=2", }, { id: "p5", name: "Workers Comp", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986573.jpg?_wi=2", }, { id: "p6", name: "Business Interruption", price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg?_wi=2", }, ]} title="Comprehensive Coverage Types" -- 2.49.1