diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7e6370b..809ddea 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,6 +8,7 @@ import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaA
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
+import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
@@ -64,6 +65,26 @@ export default function HvacPage() {
/>
+
+
+
+
@@ -300,8 +236,7 @@ export default function HvacPage() {
imageAlt="HVAC technician inspecting equipment"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "AC Installation", href: "#services" },
{ label: "Heating Systems", href: "#services" },
{ label: "Maintenance Plans", href: "#services" },
@@ -309,8 +244,7 @@ export default function HvacPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" },
@@ -318,8 +252,7 @@ export default function HvacPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "(555) 987-6543", href: "tel:5559876543" },
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
{ label: "Austin, TX" },