MED-104: create booking view with categories

This commit is contained in:
Danel Kungla
2025-08-28 14:11:54 +03:00
parent 31bc4b6cff
commit ad28352fc8
9 changed files with 72 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ export default function OrderCards({
heroCategories: ServiceCategory[];
}) {
return (
<div className="mt-4 grid grid-cols-3 gap-6">
<div className="xs:grid-cols-3 mt-4 grid grid-cols-1 gap-2">
{heroCategories.map(({ name, description, color, handle }) => (
<Card
key={name}