2 Commits

Author SHA1 Message Date
21b1441967 Update src/app/page.tsx 2026-06-05 07:40:19 +00:00
61bc4e1fbe Update src/app/page.tsx 2026-06-05 07:39:39 +00:00

View File

@@ -58,7 +58,7 @@ export default function HvacPage() {
{ text: "Our Services", href: "#services" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/hand-holding-letter-k_53876-63735.jpg"
imageSrc="https://images.unsplash.com/photo-1582234057923-a2665b1d55bc?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
imageAlt="Plumber inspecting pipes under a sink"
showDimOverlay={true}
/>
@@ -201,7 +201,7 @@ export default function HvacPage() {
description="Whether it's a minor repair or a major installation, our expert plumbers are ready to provide fast, effective solutions. Reach out today for a free estimate."
buttons={[
{ text: "Get a Free Quote", href: "#contact" },
{ text: "Call (555) 123-4567", href: "tel:5551234567" },
{ text: "Call (555) 123-4567", href: "tel:5551234567" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -244,4 +244,4 @@ export default function HvacPage() {
</ReactLenis>
</ThemeProvider>
);
}
}