Update src/app/about/page.tsx

This commit is contained in:
2026-04-15 21:41:08 +00:00
parent e36310b080
commit 75bc5e0353

View File

@@ -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."