diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b42484..e71ec20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />