- {/* Sidebar */}
-
-
Filters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/* Main Content */}
-
- {/* Promotional Banner */}
- {/*
-
Special Promotion: 20% off on all products!
- */}
-
-
- {/* Test Button */}
-
-
- Contact Shop Manager
-
-
-
- {/* Search Bar */}
-
setSearchTerm(e.target.value)}
- className="border p-2 rounded w-full mb-4 focus:outline-none focus:ring-2 focus:ring-blue-500"
- />
-
-
-
-{/* Loading Message */}
- {loading ? (
-
- ) : (
-
- {filteredShops.length > 0 ? (
- filteredShops.map((shop) => (
-
- {shop.image && (
-
![{`${shop.name}]({shop.image})
- )}
-
{shop.name}
-
{shop.address.streetName}, {shop.address.city}, {shop.district}
-
{shop.email}
-
-
- Visit Shop
-
-
- ))
- ) : (
-
No shops found
- )}
-
- )}
-
-