diff --git a/src/app/directory/page.tsx b/src/app/directory/page.tsx index 6607f87..6fa24c4 100644 --- a/src/app/directory/page.tsx +++ b/src/app/directory/page.tsx @@ -50,7 +50,7 @@ export default function DirectoryPage() { title: "Food & Drink", tags: ["Cafes", "Restaurants"], imageSrc: - "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg", + "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg?_wi=4", imageAlt: "Café experience", }, { @@ -58,7 +58,7 @@ export default function DirectoryPage() { title: "Supermarket", tags: ["Groceries", "Essentials"], imageSrc: - "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg", + "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg?_wi=4", imageAlt: "Supermarket shopping", }, { @@ -66,7 +66,7 @@ export default function DirectoryPage() { title: "Fast Food", tags: ["Quick Service", "Takeaway"], imageSrc: - "http://img.b2bpic.net/free-photo/fast-food-assortment-with-different-fast-food-menu_1220-7879.jpg", + "http://img.b2bpic.net/free-photo/fast-food-assortment-with-different-fast-food-menu_1220-7879.jpg?_wi=3", imageAlt: "Fast food options", }, { @@ -74,7 +74,7 @@ export default function DirectoryPage() { title: "Health & Beauty", tags: ["Wellness", "Personal Care"], imageSrc: - "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg", + "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg?_wi=5", imageAlt: "Health and beauty services", }, { @@ -82,7 +82,7 @@ export default function DirectoryPage() { title: "Electronics", tags: ["Tech", "Gadgets"], imageSrc: - "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg", + "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg?_wi=5", imageAlt: "Electronics retail", }, { @@ -90,7 +90,7 @@ export default function DirectoryPage() { title: "Clothing", tags: ["Fashion", "Apparel"], imageSrc: - "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg", + "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg?_wi=3", imageAlt: "Clothing stores", }, { @@ -98,7 +98,7 @@ export default function DirectoryPage() { title: "Pharmacy & Medical", tags: ["Healthcare", "Medicines"], imageSrc: - "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg", + "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg?_wi=6", imageAlt: "Pharmacy services", }, { @@ -106,7 +106,7 @@ export default function DirectoryPage() { title: "Services", tags: ["Professional", "Support"], imageSrc: - "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg", + "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg?_wi=4", imageAlt: "Professional services", }, ]}