From 2ec613d9e3115a28b5df2a83bc0c0e58321dae7b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:37:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f31ef5..f83f693 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { id: "2", name: "Food Service Packaging", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/friends-with-pizza-outside-side-view_23-2149872421.jpg", imageAlt: "Pizza boxes and bakery packaging" }, { - id: "3", name: "Die-Cut Containers", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/big-cardboard-boxes-standing-insinde-room_93675-131185.jpg", imageAlt: "Custom-shaped protective packaging" + id: "3", name: "Die-Cut Containers", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/big-cardboard-boxes-standing-insinde-room_93675-131185.jpg?_wi=1", imageAlt: "Custom-shaped protective packaging" } ]} gridVariant="three-columns-all-equal-width" @@ -105,16 +105,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "01", title: "Custom Package Design", description: "Our team works directly with customers to develop packaging tailored to their products, ensuring protection, efficiency, and presentation.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-vhs-cover-template_23-2149828636.jpg", imageAlt: "Custom package design process" + id: "01", title: "Custom Package Design", description: "Our team works directly with customers to develop packaging tailored to their products, ensuring protection, efficiency, and presentation.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-vhs-cover-template_23-2149828636.jpg?_wi=1", imageAlt: "Custom package design process" }, { id: "02", title: "Inventory Management", description: "We help customers streamline operations by managing packaging inventory and scheduling deliveries when needed.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-worker-depot-coordinating-storage-package-handling-solving-distribution-tasks_482257-134748.jpg", imageAlt: "Inventory management and logistics" }, { - id: "03", title: "In-Line Printing", description: "Our advanced printing capabilities allow for high-quality branding and labeling directly on packaging.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-vhs-cover-template_23-2149828636.jpg", imageAlt: "Advanced printing capabilities" + id: "03", title: "In-Line Printing", description: "Our advanced printing capabilities allow for high-quality branding and labeling directly on packaging.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-vhs-cover-template_23-2149828636.jpg?_wi=2", imageAlt: "Advanced printing capabilities" }, { - id: "04", title: "Die-Cutting Services", description: "Precision die-cutting allows us to create custom packaging shapes and designs to meet unique product requirements.", imageSrc: "http://img.b2bpic.net/free-photo/big-cardboard-boxes-standing-insinde-room_93675-131185.jpg", imageAlt: "Precision die-cutting services" + id: "04", title: "Die-Cutting Services", description: "Precision die-cutting allows us to create custom packaging shapes and designs to meet unique product requirements.", imageSrc: "http://img.b2bpic.net/free-photo/big-cardboard-boxes-standing-insinde-room_93675-131185.jpg?_wi=2", imageAlt: "Precision die-cutting services" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1