From cf2f8bb9e0273c9e35756633a9f9147c6a670edf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 13:51:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 403133b..2440025 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,16 +16,16 @@ import { Cookie, Cake } from "lucide-react"; export default function ItalianRestaurantPage() { return ( @@ -112,6 +119,7 @@ export default function ItalianRestaurantPage() { ]} metricsAnimation="slide-up" useInvertedBackground={true} + tagAnimation="slide-up" /> @@ -132,6 +140,8 @@ export default function ItalianRestaurantPage() { ]} textboxLayout="default" useInvertedBackground={true} + tagAnimation="slide-up" + buttonAnimation="slide-up" /> @@ -139,7 +149,7 @@ export default function ItalianRestaurantPage() {