From 6a961fa520a04edeb98f60f7bf86617b905069c1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 06:10:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5069209..a131e3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function BirthdayWelcomePage() { { value: "1", label: "Special Day" }, { value: "∞", label: "Reasons to Smile" } ]} - animationType="slide-up" + animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} tag="Birthday Quotes" -- 2.49.1