From 01460d5ed383d3d51f56395c88f60f9862f2e0d0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:41:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb4ba36..2efc52a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { tagAnimation="none" buttonAnimation="opacity" ariaLabel="Hero section showcasing kitchen designs" - useInvertedBackground={false} + />
@@ -203,7 +203,7 @@ export default function LandingPage() { ]} background={{ variant: "plain" }} useInvertedBackground={false} - animationType="entrance-slide" + animationType="text-stagger" ariaLabel="Contact us for a free design consultation" />
@@ -217,7 +217,7 @@ export default function LandingPage() { ]} copyrightText="© 2024 CA Kitchens. All rights reserved." ariaLabel="Site footer with navigation and legal links" - useInvertedBackground={true} + /> -- 2.49.1