From fc160e628e019fda3cf1eb258f2a0ee894469a42 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 02:18:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9d9c5e..df79840 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,7 +121,6 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+14036516599" } ]} buttonAnimation="opacity" - useInvertedBackground={false} />
@@ -221,7 +220,7 @@ export default function LandingPage() { buttons={[ { text: "Call Now: (403) 651-6599", href: "tel:+14036516599" } ]} - buttonAnimation="hover-bubble" + buttonAnimation="opacity" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> @@ -257,7 +256,7 @@ export default function LandingPage() { { text: "Request My Free Estimate", href: "#" }, { text: "Call Now (403) 651-6599", href: "tel:+14036516599" } ]} - buttonAnimation="hover-bubble" + buttonAnimation="opacity" background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> @@ -271,7 +270,6 @@ export default function LandingPage() { { title: "Services", items: [{ label: "Plumbing", href: "#services" }, { label: "Heating", href: "#services" }, { label: "Gas Fitting", href: "#services" }, { label: "Renovations", href: "#renovations" }, { label: "Rough-Ins", href: "#renovations" }] }, { title: "Contact Us", items: [{ label: "Phone: (403) 651-6599", href: "tel:+14036516599" }, { label: "Open 24 Hours", href: "#" }, { label: "Email Us", href: "mailto:info@tankbros.ca" }, { label: "Request a Quote", href: "#contact" }] } ]} - useInvertedBackground={true} />