diff --git a/src/app/page.tsx b/src/app/page.tsx index 8448fce..2994349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { ShieldCheck, Wrench, Zap, Target, ClipboardCheck, ArrowRight } from "lucide-react"; +import { ShieldCheck, Zap, Target, ArrowRight } from "lucide-react"; export default function HvacPage() { return ( @@ -81,10 +81,10 @@ export default function HvacPage() { title="Our Specialized Services" description="Comprehensive industrial maintenance and climate control for your facility." features={[ - { title: "Industrial HVAC", description: "High-scale climate control systems for industrial plants.", buttonIcon: ArrowRight, buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg" }, - { title: "Refrigeration Systems", description: "Performance refrigeration solutions for storage.", buttonIcon: ArrowRight, buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/hospital-lab-station-with-sterile-vials-glass-flasks-metallic-shelves_482257-124186.jpg" }, - { title: "Facility Maintenance", description: "Preventative maintenance for maximum system uptime.", buttonIcon: ArrowRight, buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/man-safety-equipment-his-workplace_23-2148976363.jpg" }, - { title: "Project Consulting", description: "Custom infrastructure design and implementation.", buttonIcon: ArrowRight, buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/architecture-expert-person-looking-maquette_482257-12294.jpg" } + { title: "Industrial HVAC", description: "High-scale climate control systems for industrial plants.", buttonIcon: ArrowRight, buttonHref: "#contact" }, + { title: "Refrigeration Systems", description: "Performance refrigeration solutions for storage.", buttonIcon: ArrowRight, buttonHref: "#contact" }, + { title: "Facility Maintenance", description: "Preventative maintenance for maximum system uptime.", buttonIcon: ArrowRight, buttonHref: "#contact" }, + { title: "Project Consulting", description: "Custom infrastructure design and implementation.", buttonIcon: ArrowRight, buttonHref: "#contact" } ]} textboxLayout="default" useInvertedBackground={true} @@ -118,6 +118,7 @@ export default function HvacPage() { faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24584.jpg" mediaPosition="right" + textboxLayout="split" useInvertedBackground={true} />