Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-13 02:19:30 +00:00

View File

@@ -6,13 +6,10 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
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";
export default function HvacPage() { export default function HvacPage() {
return ( return (
@@ -71,6 +68,7 @@ export default function HvacPage() {
imageAlt="HVAC maintenance project" imageAlt="HVAC maintenance project"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false}
/> />
</div> </div>
@@ -86,6 +84,7 @@ export default function HvacPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false}
/> />
</div> </div>
@@ -94,11 +93,14 @@ export default function HvacPage() {
title="Highly-Rated Excellence" title="Highly-Rated Excellence"
description="See why homeowners and businesses in Minneapolis rate us as the top HVAC partner." description="See why homeowners and businesses in Minneapolis rate us as the top HVAC partner."
testimonials={[ testimonials={[
{ id: "1", name: "Mike T.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg" }, { id: "1", name: "Mike T.", handle: "@miket", testimonial: "Fantastic service!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg" },
{ id: "2", name: "Sarah L.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg" }, { id: "2", name: "Sarah L.", handle: "@sarahl", testimonial: "Very professional team.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg" },
{ id: "3", name: "John D.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg" } { id: "3", name: "John D.", handle: "@johnd", testimonial: "Highly recommended for all HVAC needs.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg" }
]} ]}
cardAnimation="slide-up" showRating={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/> />
</div> </div>
@@ -110,6 +112,7 @@ export default function HvacPage() {
{ id: "2", title: "Do you offer emergency support?", content: "Yes, we provide 24/7 emergency service to handle any unexpected system issues." } { id: "2", title: "Do you offer emergency support?", content: "Yes, we provide 24/7 emergency service to handle any unexpected system issues." }
]} ]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
useInvertedBackground={false}
/> />
</div> </div>
@@ -120,6 +123,7 @@ export default function HvacPage() {
description="Our professional team is standing by to assist with your refrigeration or HVAC requirements." description="Our professional team is standing by to assist with your refrigeration or HVAC requirements."
buttons={[{ text: "Schedule Appointment", href: "tel:5551234567" }]} buttons={[{ text: "Schedule Appointment", href: "tel:5551234567" }]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false}
/> />
</div> </div>