Update src/app/team/page.tsx
This commit is contained in:
@@ -24,18 +24,28 @@ export default function TeamPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "#home" },
|
||||
{ name: "HVAC Services", id: "#services" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Team", id: "/team" },
|
||||
{ name: "About Us", id: "#about" },
|
||||
{ name: "Locations", id: "/locations" },
|
||||
{ name: "Contact Us", id: "#contact" }
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Team", id: "/team"},
|
||||
{
|
||||
name: "Contact Us", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default-logo-transparent.png?_wi=1"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EufN7Do3A2uOjy2MolAbblJK9g/uploaded-1781063380749-40bjsf5u.jpg"
|
||||
logoAlt="USA HVAC Services Logo"
|
||||
brandName="USA HVAC Services"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
logoImageClassName="bg-transparent"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,7 +92,7 @@ export default function TeamPage() {
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Customer Stories", href: "#testimonials" },
|
||||
{ label: "Service Areas", href: "/locations" }
|
||||
{ label: "Service Areas", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user