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() {