From 9593976bac2fc31966da3bc1139872c46653df1b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:12:45 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 5522d64..6956c18 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -45,7 +45,7 @@ export default function MenuPage() { // ThemeProvider props copied from page.tsx const themeProviderProps = { - defaultButtonVariant: "icon-arrow", defaultTextAnimation: "entrance-slide", borderRadius: "pill", contentWidth: "compact", sizing: "largeSmall", background: "noiseDiagonalGradient", cardStyle: "gradient-bordered", primaryButtonStyle: "gradient", secondaryButtonStyle: "layered", headingFontWeight: "light"}; + defaultButtonVariant: "text-stagger", defaultTextAnimation: "entrance-slide", borderRadius: "pill", contentWidth: "compact", sizing: "largeSmall", background: "noiseDiagonalGradient", cardStyle: "gradient-bordered", primaryButtonStyle: "gradient", secondaryButtonStyle: "layered", headingFontWeight: "light"}; const pizzaItems = [ { id: "p1", name: "Піца Маргарита", price: "220 UAH", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-mushrooms-tomato-cheese-table-food-meal-fast-food_140725-28338.jpg", imageAlt: "Піца Маргарита" },