category page filters components and general ui - no functionality yet

This commit is contained in:
elvira
2026-08-31 21:52:47 +03:00
parent 74e554884f
commit b070a7d1e6
13 changed files with 1491 additions and 1620 deletions
@@ -17,7 +17,7 @@
<h2 class="font-display font-extrabold text-h2 mb-10">{{ $title }}</h2>
@endif
<div class="grid {{ $gridCols }} gap-6">
<div class="grid {{ $gridCols }} gap-9">
@foreach($products as $product)
<x-ui.product-card
:name="$product['name']"