From 65ed5a16e13a14744884433f24ec61de7f8e7a92 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:24:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 781c876..0358cc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,6 @@ export default function Page() { { text: "Order a Cake", href: "#contact" }, { text: "View Our Menu", href: "#menu" } ]} - textboxLayout="default" useInvertedBackground={false} /> @@ -73,7 +72,7 @@ export default function Page() { ]} imageSrc="http://img.b2bpic.net/free-photo/chef-using-flour-knead-dough-so-it-won-t-stick-hands_23-2148742217.jpg" imageAlt="Baker kneading dough" - mediaAnimation="entrance-slide" + mediaAnimation="text-stagger" textboxLayout="default" useInvertedBackground={true} /> -- 2.49.1