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" }, 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} 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() {