Update src/app/directory/page.tsx

This commit is contained in:
2026-03-03 14:33:33 +00:00
parent bd5a2ab19e
commit d476d36161

View File

@@ -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",
},
]}