From 6b8d13b26de117a4f6f0dfdb3446be0e7e70d27f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:05:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 105 ++++++++++++++--------------------------------- 1 file changed, 30 insertions(+), 75 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8303b1e..28ab1f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,15 +51,15 @@ export default function HomePage() { enableKpiAnimation={true} tag="Premium Coffee Experience" tagIcon={Coffee} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Explore Our Menu", href: "#menu" }, { text: "Visit Us Today", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" imageSrc="https://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg" imageAlt="Beautifully crafted latte with latte art" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" imagePosition="right" /> @@ -68,8 +68,7 @@ export default function HomePage() {