Update src/app/team/page.tsx

This commit is contained in:
2026-06-09 19:45:42 +00:00
parent e864f94e62
commit 6c204a8c1e

View File

@@ -27,7 +27,6 @@ export default function TeamPage() {
{ name: "Home", id: "#home" },
{ name: "HVAC Services", id: "#services" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Need Financing?", id: "#pricing" },
{ name: "Team", id: "/team" },
{ name: "About Us", id: "#about" },
{ name: "Locations", id: "/locations" },
@@ -66,7 +65,7 @@ export default function TeamPage() {
{ label: "AC Repair", href: "#services" },
{ label: "Furnace Installation", href: "#services" },
{ label: "Duct Cleaning", href: "#services" },
{ label: "Maintenance Plans", href: "#pricing" },
{ label: "Maintenance Plans", href: "#services" },
{ label: "Emergency Service", href: "#services" }
]
},
@@ -102,4 +101,4 @@ export default function TeamPage() {
</ReactLenis>
</ThemeProvider>
);
}
}