Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97c7ad231a | |||
| 2640092b08 |
@@ -12,7 +12,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
|||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
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() {
|
export default function HvacPage() {
|
||||||
return (
|
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: "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." },
|
{ 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>
|
</div>
|
||||||
|
|
||||||
@@ -150,7 +151,7 @@ export default function HvacPage() {
|
|||||||
tag="Inquire Now"
|
tag="Inquire Now"
|
||||||
title="Restore Your Home's Climate"
|
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."
|
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" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user