diff --git a/src/app/page.tsx b/src/app/page.tsx index 76f61b3..8201c6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; 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 FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; @@ -31,7 +30,7 @@ export default function HvacPage() { +
@@ -180,7 +155,7 @@ export default function HvacPage() { description="Ready for expert HVAC support? Call us or send a message and we will respond shortly to assist with your request." buttons={[ { text: "Request Service", href: "#contact" }, - { text: "(555) 012-3456", href: "tel:5550123456" }, + { text: "(917) 547-2721", href: "tel:+19175472721" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -192,25 +167,9 @@ export default function HvacPage() { logoText="Universal HVAC Services, LLC" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg" columns={[ - { - title: "Services", items: [ - { label: "AC Repair", href: "#services" }, - { label: "Heating", href: "#services" }, - { label: "Maintenance", href: "#services" }, - ], - }, - { - title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Contact", href: "#contact" }, - ], - }, - { - title: "Support", items: [ - { label: "Emergency Repairs", href: "#services" }, - { label: "(555) 012-3456", href: "tel:5550123456" }, - ], - }, + { title: "Services", items: [{ label: "AC Repair", href: "#services" }, { label: "Heating", href: "#services" }, { label: "Maintenance", href: "#services" }] }, + { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] }, + { title: "Support", items: [{ label: "Emergency Repairs", href: "#services" }, { label: "(917) 547-2721", href: "tel:+19175472721" }] }, ]} copyrightText="© 2025 | Universal HVAC Services, LLC" /> @@ -218,4 +177,4 @@ export default function HvacPage() {
); -} +} \ No newline at end of file