Merge version_2 into main #2
@@ -10,7 +10,6 @@ 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 { Phone, CheckCircle, Clock, Wrench } from "lucide-react";
|
||||
|
||||
export default function HvacPage() {
|
||||
return (
|
||||
@@ -66,6 +65,7 @@ export default function HvacPage() {
|
||||
imageAlt="Family owned business HVAC team"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,6 +84,7 @@ export default function HvacPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,6 +103,7 @@ export default function HvacPage() {
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,6 +116,7 @@ export default function HvacPage() {
|
||||
{ id: "2", title: "Where do you operate?", content: "We serve Hamilton and all surrounding areas with professional HVAC expertise." },
|
||||
{ id: "3", title: "Why choose you?", content: "With 31+ years of experience and a 4.9-star rating, we combine family-owned service with competitive pricing." }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,12 +130,14 @@ export default function HvacPage() {
|
||||
{ text: "Request a Free Quote", href: "#contact" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="Infiniti HVAC"
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dzty5x7hGDecNhS0Qt7XQz4lxU/uploaded-1779298194140-mcn0o0l3.mp4"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Repairs", href: "#services" }, { label: "Installation", href: "#services" }, { label: "Maintenance", href: "#services" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "Contact", href: "#contact" }] }
|
||||
|
||||
Reference in New Issue
Block a user