3 Commits

Author SHA1 Message Date
34daf5166a Merge version_3 into main
Merge version_3 into main
2026-05-11 00:36:14 +00:00
a82fbb2f25 Update src/app/page.tsx 2026-05-11 00:36:11 +00:00
fa9fe87c2a Merge version_2 into main
Merge version_2 into main
2026-05-11 00:30:22 +00:00

View File

@@ -6,13 +6,10 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
export default function HvacPage() {
return (
@@ -126,7 +123,7 @@ export default function HvacPage() {
title="Get in Touch"
description="Need assistance? Call us or fill out the form below and our team will get back to you promptly."
buttons={[{ text: "(713) 944-0046", href: "tel:7139440046" }]}
background={{ variant: "plain" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>