diff --git a/src/app/page.tsx b/src/app/page.tsx index 2086b93..42d72b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,9 @@ 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 TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { ShieldCheck, Lightbulb, Users, Clock } from "lucide-react"; export default function HvacPage() { return ( @@ -36,7 +34,6 @@ export default function HvacPage() { { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Call (708) 540-6986", href: "tel:7085406986" }} /> @@ -65,6 +62,7 @@ export default function HvacPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg" imageAlt="Friendly HVAC team" + useInvertedBackground={false} /> @@ -76,37 +74,15 @@ export default function HvacPage() { { title: "AC Maintenance", description: "Extend life and efficiency with thorough checkups.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-filling-out-insurance-contract_482257-85122.jpg" }, { title: "Ductless Heating & AC", description: "Flexible, efficient climate control for any space.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg" }, { title: "Heating Maintenance", description: "Prepare for winter with expert system tuning.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg" }, - { title: "HVAC Maintenance", description: "Comprehensive seasonal maintenance plans.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg" }, - { title: "Install AC", description: "Professional, high-efficiency installations.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg" }, - { title: "Install Ducts & Vents", description: "Better airflow, cleaner, healthier air.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-55463.jpg" }, - { title: "Install Heating System", description: "Reliable furnace and boiler replacements.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334228.jpg" }, - { title: "Install Thermostat", description: "Smart technology for total energy control.", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-innovation-technology-with-woman-using-control-panel_53876-124638.jpg" }, - { title: "Repair AC", description: "Fast, honest diagnosis and repair.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg" }, - { title: "Repair Ducts & Vents", description: "Fixing leaks for peak efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-climbing-ladder_23-2148921409.jpg" }, - { title: "Repair Heating System", description: "Restoring warmth quickly and affordably.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg" }, - { title: "Repair HVAC", description: "Versatile repairs for all major systems.", imageSrc: "http://img.b2bpic.net/free-photo/tilt-up-shot-out-service-condenser-unit-with-protection-cover-removed-need-fixing-with-damaged-electric-internal-parts-outside-hvac-system-working-anymore-ready-be-fixed_482257-64976.jpg" }, - { title: "Repair Thermostat", description: "Accurate temperature control troubleshooting.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skillful-technician-commissioned-outside-hvac-system-routine-maintenance-looking-refrigerant-issues-meticulous-mechanic-doing-air-conditioner-inspection-writing-data-tablet_482257-66265.jpg" } + { title: "HVAC Maintenance", description: "Comprehensive seasonal maintenance plans.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg" } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> - -
@@ -132,6 +109,7 @@ export default function HvacPage() { { text: "Get Free Estimate", href: "#contact" } ]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />