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"