From a4367b18425b137e8398ab7bede2c83f9de0e19a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:44:45 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1eff8cb..96e0dba 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -73,7 +73,7 @@ export default function ContactPage() { id: "3", title: "Partnership Opportunities", content: "We're always looking for strategic partners and resellers. Contact us to explore partnership opportunities and grow together."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=1" imageAlt="Contact methods" mediaAnimation="slide-up" useInvertedBackground={false} @@ -87,13 +87,13 @@ export default function ContactPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "E-commerce Owner", company: "StyleHub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"}, { id: "2", name: "Marcus Johnson", role: "Store Manager", company: "TechGear", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg"}, { id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "HomeDecor Plus", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"}, ]} kpiItems={[ { value: "2.5M+", label: "Orders Processed" }, -- 2.49.1 From 9f2f933cf75461ad57a847c1ab32da152c3f557f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:44:45 +0000 Subject: [PATCH 2/3] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index b3df36e..70f2562 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -78,7 +78,7 @@ export default function DashboardPage() { id: "3", title: "Order Management", content: "Process, track, and manage all orders in one place. Integrate with shipping providers for seamless fulfillment and automatic customer notifications."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=2" imageAlt="Dashboard capabilities" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From 5c178b037842d872a0418b08276ddf7b32b8c252 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:44:46 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 5fed35f..a7431ba 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -43,22 +43,22 @@ export default function ProductsPage() {