Update src/app/about/page.tsx
This commit is contained in:
@@ -6,7 +6,6 @@ import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaA
|
||||
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { User } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -34,6 +33,7 @@ export default function AboutPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="Coach"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="about-hero" data-section="about-hero">
|
||||
@@ -49,6 +49,7 @@ export default function AboutPage() {
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
title="Meet Your Coach"
|
||||
description="Get to know the experts behind our success."
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "John Anderson", role: "Lead Business Strategist", description: "Expert in executive coaching and team alignment."
|
||||
|
||||
Reference in New Issue
Block a user