From 801b7ac2d0b00ee1beaa034121c009d2d85e09d6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 20:08:43 +0000 Subject: [PATCH 1/3] 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" -- 2.49.1 From 07002c1881c346dafad1f0b7423cd841a25b1375 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 20:08:44 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d42f407..9c18eaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function HomePage() { { text: "Request an Estimate", href: "/contact" }, { text: "Call Now", href: "tel:123-456-7890" } ]} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" mediaAnimation="opacity" imageSrc="https://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg" imageAlt="Professional plumber working in a luxury kitchen" @@ -153,7 +153,7 @@ export default function HomePage() { title="A Family Standard of Work" description={["Nick and Sons Plumbing is built on a simple promise: show up, do it right, and treat people well. Homeowners consistently mention our thoroughness, courtesy, and trustworthiness—because that’s how we work, every time."]} buttons={[{ text: "Meet Nick & The Team →", href: "/about" }]} - 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" @@ -172,7 +172,7 @@ export default function HomePage() { { text: "Call Now", href: "tel:123-456-7890" }, { text: "Request Estimate", href: "/contact" } ]} - buttonAnimation="bounce-effect" + buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} className="py-20 lg:py-28 text-white" -- 2.49.1 From 565a727fdb3b9c8a6f12f345bedaf76f5ec37c40 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 20:08:45 +0000 Subject: [PATCH 3/3] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 3c136c2..2bfdc79 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -76,7 +76,7 @@ export default function ReviewsPage() { title="Ready to See the Difference?" description="Join our community of happy homeowners. Contact us today for reliable, professional plumbing service you can count on." buttons={[{ text: "Request an Estimate", href: "/contact" }, { text: "Call Us Now", href: "tel:123-456-7890" }]} - buttonAnimation="bounce-effect" + buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={true} className="py-20 lg:py-28 text-white" -- 2.49.1