From 41094695ac99e182d48e22cb4f7ec57b702f8348 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:14:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 233ca6e..7adbfd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,6 +77,8 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" textboxLayout="default" + animationType="blur-reveal" + useInvertedBackground={false} features={[ { id: "exterior", title: "Exterior Wash", description: "Starting at $80", media: { @@ -123,9 +125,6 @@ export default function LandingPage() { reverse: true } ]} - animationType="blur-reveal" - textboxLayout="default" - useInvertedBackground={false} buttons={[ { text: "Schedule Now", href: "#booking" } ]} -- 2.49.1