Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-31 02:18:09 +00:00

View File

@@ -121,7 +121,6 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+14036516599" }
]}
buttonAnimation="opacity"
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services" className={`${raleway.variable} antialiased`}>
@@ -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}
/>
</div>
</ThemeProvider>