From b0bbe1ede104a807d854db10680b4b2937ff4746 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 16:01:07 +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 a8b500b..6b5cbd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { textPosition="bottom-left" showDimOverlay={true} showBlur={true} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttonAnimation="slide-up" className="min-h-[70vh] md:min-h-[85vh]" textBoxClassName="text-foreground" @@ -78,7 +78,7 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/happy-waitress-giving-coffee-customers-while-serving-them-coffee-shop_637285-2335.jpg" imageAlt="Barista pouring latte art" useInvertedBackground={true} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttonAnimation="slide-up" titleClassName="text-4xl md:text-5xl lg:text-6xl" descriptionClassName="text-lg md:text-xl" -- 2.49.1