diff --git a/src/app/page.tsx b/src/app/page.tsx
index 67da1ef..f3bf65e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,9 +10,10 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
+import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia";
-import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
+import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
+import { ShieldCheck, Wrench, DollarSign } from "lucide-react";
export default function HvacPage() {
return (
@@ -34,9 +35,10 @@ export default function HvacPage() {
brandName="AirPro HVAC"
navItems={[
{ name: "Services", id: "services" },
+ { name: "Gallery", id: "gallery" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
- { name: "Contact", id: "contact" },
+ { name: "Contact", id: "contact" }
]}
button={{ text: "Get a Quote", href: "#contact" }}
animateOnLoad={false}
@@ -50,12 +52,12 @@ export default function HvacPage() {
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Client" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Client" },
- { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" },
+ { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" }
]}
avatarText="Trusted by 500+ clients"
buttons={[
{ text: "Schedule Service", href: "#contact" },
- { text: "Our Services", href: "#services" },
+ { text: "Our Services", href: "#services" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
@@ -71,20 +73,16 @@ export default function HvacPage() {
description="AirPro HVAC has been keeping homes and businesses comfortable for nearly two decades. Our certified technicians deliver expert installations, maintenance, and repairs — backed by transparent pricing and a commitment to getting the job done right the first time."
metrics={[
{
- value: "2,500+",
- title: "Systems installed and serviced",
+ value: "2,500+", title: "Systems installed and serviced"
},
{
- value: "98%",
- title: "Customer satisfaction rate",
- },
+ value: "98%", title: "Customer satisfaction rate"
+ }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg"
imageAlt="Commercial HVAC units on rooftop"
mediaBadge={{
- text: "Active Now",
- avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg",
- avatarAlt: "Technician"
+ text: "Active Now", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Technician"
}}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -95,45 +93,27 @@ export default function HvacPage() {