diff --git a/src/app/page.tsx b/src/app/page.tsx
index 67da1ef..3f334e5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,6 +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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
export default function HvacPage() {
@@ -35,8 +36,11 @@ export default function HvacPage() {
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
+ { name: "Trust Signals", id: "trust-signals" },
+ { name: "Warranties", id: "warranties" },
{ name: "Testimonials", id: "testimonials" },
- { name: "Contact", id: "contact" },
+ { name: "FAQ", id: "faq" },
+ { name: "Contact", id: "contact" }
]}
button={{ text: "Get a Quote", href: "#contact" }}
animateOnLoad={false}
@@ -71,20 +75,14 @@ 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,21 @@ export default function HvacPage() {