From 072c770875d2e32bd0ebbdc6ed1844448339e651 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 02:49:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbbad59..bee623e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -64,7 +64,7 @@ export default function LandingPage() { useInvertedBackground={false} showBorder={false} buttons={[{ text: "Meet Our Team", href: "#team" }]} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" /> @@ -179,7 +179,7 @@ export default function LandingPage() { tag="Get in Touch" title="Ready to Transform Your Walls?" description="Contact ZN Wall Designs, LLC today for a consultation or to request a free estimate. We look forward to bringing your vision to life!" - background={{ variant: "plain" }} + background={{ variant: "noise" }} inputPlaceholder="Your Email Address" buttonText="Send Message" termsText="By sending a message, you agree to our Privacy Policy and Terms of Service." -- 2.49.1