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" } ]}