- {/* Page title */}
-
-
- Explore Shops
-
-
- Find and choose your favorite shop
-
-
-
- {/* Shop grid */}
-
-
- {hasFilters && (
-
- {
- setSearchName("");
- setSearchAddress("");
- }}
- className="cursor-pointer border-none bg-transparent text-sm text-(--color-primary) hover:underline"
- >
- Clear filters
-
-
- )}
-
-
- {/* Filter / Search bar — sticky bottom */}
-
-
-
-
- Filter shops
-
-
- {/* Name search */}
-
setSearchName("")}
- placeholder="Search by shop name..."
- className="min-w-0 flex-1"
- />
-
- {/* Address search — different icon so not using SearchBar atom */}
-
-
- setSearchAddress(e.target.value)}
- placeholder="Search by address..."
- className="bg-background text-foreground focus:ring-opacity-20 w-full rounded-xl border border-(--color-border) py-2.5 pr-9 pl-9 text-sm transition-all duration-150 outline-none placeholder:text-(--color-text-muted) focus:border-(--color-primary) focus:ring-2 focus:ring-(--color-primary)"
- />
- {searchAddress && (
- setSearchAddress("")}
- aria-label="Clear address search"
- className="absolute top-1/2 right-3 -translate-y-1/2 cursor-pointer border-none bg-transparent p-0 text-(--color-text-muted) transition-colors duration-150 hover:text-(--color-primary)"
- >
-
-
- )}
-
-
-
-
-