diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6008d32..1080265 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -140,7 +140,7 @@ export default function MenuPage() { } ]} gridClassName="grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4" - uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" + animationType="slide-up" />