Update src/app/team/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user