2 Commits

Author SHA1 Message Date
97c7ad231a Update src/app/page.tsx 2026-05-06 02:46:32 +00:00
2640092b08 Update src/app/page.tsx 2026-05-06 02:46:00 +00:00

View File

@@ -12,7 +12,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
import { ShieldCheck, Wrench, DollarSign } from "lucide-react";
export default function HvacPage() {
return (
@@ -142,6 +142,7 @@ export default function HvacPage() {
{ id: "2", title: "Is online booking available?", content: "Absolutely. You can schedule your maintenance in just a few clicks via our booking platform." },
{ id: "3", title: "Can you fix uneven heating issues?", content: "Yes, our technicians specialize in airflow correction and damper settings to ensure consistent temperature across your home." },
]}
useInvertedBackground={false}
/>
</div>
@@ -150,7 +151,7 @@ export default function HvacPage() {
tag="Inquire Now"
title="Restore Your Home's Climate"
description="Get in touch with the Sunset team for immediate assistance or to schedule your annual system health check."
buttons={[{ text: "Book Your Service", href: "#" }]}
buttons={[{ text: "Confirm My Priority Appointment", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>