+ {/* Header */}
+
+
Meniu Complet
+
Descoperă toată varietatea de mâncăruri delicioase la Stalbe's
+
+
+ {/* Category Tabs */}
+
+ {categories.map((category) => (
+
+ ))}
+
+
+ {/* Products Grid */}
+
+
c.id === activeCategory)?.label}`}
+ description={`Toate preparatele din categoria ${categories.find(c => c.id === activeCategory)?.label?.toLowerCase()}`}
+ products={allProducts[activeCategory as keyof typeof allProducts]}
+ gridVariant="three-columns-all-equal-width"
+ animationType="slide-up"
+ textboxLayout="default"
+ useInvertedBackground={false}
+ />
+
+