diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a08c621..4d91220 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -99,7 +99,7 @@ export default function AboutPage() { name: "Sophie Laurent", role: "Founder & CEO", imageSrc: - "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", + "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "professional portrait woman ceo founder", }, { @@ -107,7 +107,7 @@ export default function AboutPage() { name: "James Chen", role: "CTO & Lead Developer", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg", + "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg?_wi=2", imageAlt: "professional portrait man developer tech", }, { @@ -115,7 +115,7 @@ export default function AboutPage() { name: "Amelia Rodriguez", role: "Product Manager", imageSrc: - "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", + "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "professional portrait woman manager business", }, ]} diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 8d02c52..0448acb 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -97,7 +97,7 @@ export default function DashboardPage() { description: "Monitor stock levels in real-time, set low-stock alerts, and manage product catalogs effortlessly from your dashboard.", imageSrc: - "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg", + "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg?_wi=2", imageAlt: "inventory warehouse storage stock management", }, { @@ -106,7 +106,7 @@ export default function DashboardPage() { description: "Track all customer orders from placement to delivery, manage order statuses, and communicate updates seamlessly.", imageSrc: - "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg", + "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg?_wi=2", imageAlt: "tracking order customer delivery logistics", }, { @@ -115,7 +115,7 @@ export default function DashboardPage() { description: "View team performance metrics, track sales by employee, and manage staff schedules all in one intuitive interface.", imageSrc: - "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg", + "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg?_wi=2", imageAlt: "team employees staff management hr", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index f940c95..fc8090b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function HomePage() { imageAlt: "team collaboration office meeting professionals", }, { - imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg?_wi=1", imageAlt: "tracking order customer delivery logistics", }, ]} @@ -135,7 +135,7 @@ export default function HomePage() { description: "Manage product CRUD operations, track stock levels in real-time, and maintain visibility across all inventory.", imageSrc: - "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg", + "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg?_wi=1", imageAlt: "inventory warehouse storage stock management", }, { @@ -144,7 +144,7 @@ export default function HomePage() { description: "Easily manage your team, track performance, assign roles, and streamline staff coordination from one central hub.", imageSrc: - "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg", + "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg?_wi=1", imageAlt: "team employees staff management hr", }, { @@ -280,7 +280,7 @@ export default function HomePage() { name: "Sophie Laurent", role: "Founder & CEO", imageSrc: - "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", + "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "professional portrait woman ceo founder", }, { @@ -288,7 +288,7 @@ export default function HomePage() { name: "James Chen", role: "CTO & Lead Developer", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg", + "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg?_wi=1", imageAlt: "professional portrait man developer tech", }, { @@ -296,7 +296,7 @@ export default function HomePage() { name: "Amelia Rodriguez", role: "Product Manager", imageSrc: - "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", + "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "professional portrait woman manager business", }, { @@ -329,7 +329,7 @@ export default function HomePage() { testimonial: "BoutiqueHub has transformed how I manage my boutique. The inventory tracking is seamless and my team loves the employee dashboard. Highly recommend!", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "avatar portrait woman professional testimonial", }, { @@ -339,7 +339,7 @@ export default function HomePage() { testimonial: "As an employee, I appreciate how intuitive the stock management tools are. Makes my shifts so much easier and more productive.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", + "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1", imageAlt: "avatar portrait man professional testimonial", }, { @@ -349,7 +349,7 @@ export default function HomePage() { testimonial: "I love browsing and ordering through the customer portal. The interface is beautiful and tracking my orders is so easy!", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "avatar portrait woman professional testimonial", }, { @@ -359,7 +359,7 @@ export default function HomePage() { testimonial: "The reporting features give me insights I never had before. My business decisions are now data-driven. This platform is a game-changer.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", + "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2", imageAlt: "avatar portrait man professional testimonial", }, { @@ -369,7 +369,7 @@ export default function HomePage() { testimonial: "Managing orders and tracking inventory used to be chaotic. Now everything is organized and accessible. Five stars!", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "avatar portrait woman professional testimonial", }, { @@ -379,7 +379,7 @@ export default function HomePage() { testimonial: "The three-role system works perfectly for my boutique. My team is more efficient and customers are happier. Worth every penny.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", + "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=3", imageAlt: "avatar portrait man professional testimonial", }, ]}