From 1897c6d95e984dc09220cefb9f6ec886ae42bccb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:41:25 +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 fed3fa7..f71cf23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,17 +53,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", imageAlt: "Miami office view"}, + 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", imageAlt: "Professional handshake"}, + 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", imageAlt: "Luxury gold background"}, + 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", imageAlt: "Miami downtown skyline"}, + 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", imageAlt: "Document signing"}, + 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", imageAlt: "Insurance policy documents"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-with-modern-stationery-items_23-2148500521.jpg?_wi=1", imageAlt: "Insurance policy documents"}, ]} /> @@ -76,17 +76,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - 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"}, + 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?_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"}, + id: "p2", name: "Professional Indemnity", price: "Custom Pricing", 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"}, + 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?_wi=2"}, { - id: "p4", name: "Cyber Liability", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-cityspace_116348-79.jpg"}, + id: "p4", name: "Cyber Liability", price: "Custom Pricing", 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"}, + id: "p5", name: "Workers Comp", price: "Custom Pricing", 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"}, + 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?_wi=2"}, ]} title="Comprehensive Coverage Types" description="Tailored insurance solutions to secure your business against every risk." -- 2.49.1