From 7116f47ee517a08ec8d568f23aa289e10deb1466 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:33:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 954ce36..3e2ae75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "Lihat Menu Lengkap", href: "#" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" ariaLabel="Menu populer Tanatap Coffee" /> @@ -142,7 +142,7 @@ export default function LandingPage() { useInvertedBackground={false} showCard={true} buttons={[{ text: "Lihat Semua Foto", href: "#" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" ariaLabel="Galeri Tanatap Coffee" /> -- 2.49.1