diff --git a/src/app/page.tsx b/src/app/page.tsx index 043c456..24272ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Phone, CheckCircle, Clock, ShieldCheck } from "lucide-react"; export default function HvacPage() { return ( @@ -69,6 +68,7 @@ export default function HvacPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "AC System Install", description: "High-efficiency cooling systems for residential and commercial spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg" }, { title: "Heating & Furnace", description: "Reliable heating repair and installation to keep you warm all year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg" }, @@ -82,6 +82,8 @@ export default function HvacPage() { title="Service Packages" description="Transparent pricing for all your HVAC maintenance needs." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "basic", badge: "Essential", price: "$99", subtitle: "Annual maintenance check", features: ["Filter change", "System diagnostic", "Coil cleaning"] }, { id: "pro", badge: "Professional", price: "$199", subtitle: "Comprehensive service", features: ["Everything in Essential", "Duct cleaning", "Parts discount"] } @@ -92,9 +94,11 @@ export default function HvacPage() {