diff --git a/src/app/page.tsx b/src/app/page.tsx index ef84de5..dfc2d5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-potatoes-arrangement-box_23-2148619013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-potatoes-arrangement-box_23-2148619013.jpg?_wi=1", imageAlt: "Frozen potato supplies", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-raisins-peeled-seed-dish-marble-surface_114579-83520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-raisins-peeled-seed-dish-marble-surface_114579-83520.jpg?_wi=1", imageAlt: "Quality dried fruit selection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg?_wi=1", imageAlt: "Commercial kitchen supplies", }, { @@ -128,21 +128,21 @@ export default function LandingPage() { title: "Certified Quality", description: "All products undergo rigorous inspection to meet international food safety standards.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-potatoes-arrangement-box_23-2148619013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-potatoes-arrangement-box_23-2148619013.jpg?_wi=2", imageAlt: "Potatoes in french market", }, { title: "Competitive Pricing", description: "Leveraging our long-term regional partnerships to bring you the best bulk rates.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/black-raisins-peeled-seed-dish-marble-surface_114579-83520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-raisins-peeled-seed-dish-marble-surface_114579-83520.jpg?_wi=2", imageAlt: "Potatoes in french market", }, { title: "20+ Years History", description: "An established track record since 2003 building trust across the food industry.", buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg?_wi=2", imageAlt: "Potatoes in french market", }, ]}