From 801b7ac2d0b00ee1beaa034121c009d2d85e09d6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 20:08:43 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 51970c0..bf71cc0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,7 +47,7 @@ export default function ContactPage() { { text: "Call: 123-456-7890", href: "tel:123-456-7890" }, { text: "Email Us", href: "mailto:contact@nickandsons.com" } ]} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" useInvertedBackground={false} className="py-20 lg:py-28" titleClassName="text-4xl md:text-5xl lg:text-6xl font-extrabold"