From 81ebcfc8dad9bc4ec2179f8fad4f65156a89305e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:29:38 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 206dc99..a666837 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -110,21 +110,21 @@ export default function PricingPage() { id: "1", name: "Custom Personalized Gifts", price: "$29.99+", - imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-with-chocolate-cake-pinecones_114579-25836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-with-chocolate-cake-pinecones_114579-25836.jpg?_wi=4", imageAlt: "Personalized 3D printed custom gift items", }, { id: "2", name: "Precision Engineering Parts", price: "$49.99+", - imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg?_wi=4", imageAlt: "precision 3D printed industrial components", }, { id: "3", name: "Student Learning Kits", price: "$39.99+", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory_1268-23362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-protective-glasses-doing-experiments-robotics-laboratory_1268-23362.jpg?_wi=4", imageAlt: "educational 3D printing learning kit STEM", }, ]}