From 6f0927a5c8894f1ca64e5705247023a634c91f66 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 12:17:24 +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 6fd7ff8..fffd7c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,21 +114,21 @@ export default function LandingPage() { name: "Corrugated Shipping Carton", price: "From $0.50", variant: "Heavy-Duty", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delivery-truck-boxes_23-2148790062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delivery-truck-boxes_23-2148790062.jpg?_wi=1", }, { id: "2", name: "Retail Branded Packaging", price: "From $0.80", variant: "Premium Print", - imageSrc: "http://img.b2bpic.net/free-photo/product-box-mockup-with-abstract-geometric-elements_187299-47745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/product-box-mockup-with-abstract-geometric-elements_187299-47745.jpg?_wi=1", }, { id: "3", name: "Industrial Storage Container", price: "From $1.20", variant: "Reinforced", - imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg?_wi=1", }, { id: "4", @@ -167,17 +167,17 @@ export default function LandingPage() { { title: "Bespoke Design", description: "Tailored designs matching your product specifications and branding identity.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delivery-truck-boxes_23-2148790062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delivery-truck-boxes_23-2148790062.jpg?_wi=2", }, { title: "Fast Turnaround", description: "Rapid production and shipping to keep your supply chain running smoothly.", - imageSrc: "http://img.b2bpic.net/free-photo/product-box-mockup-with-abstract-geometric-elements_187299-47745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/product-box-mockup-with-abstract-geometric-elements_187299-47745.jpg?_wi=2", }, { title: "Eco-Conscious Materials", description: "Committed to sustainability with recyclable and recycled material options.", - imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg?_wi=2", }, ]} title="Why Choose CartonCraft?" -- 2.49.1