diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3ba4178..b3d3da9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,8 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterBase from '@/components/sections/footer/FooterBase'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import { BookOpen } from "lucide-react"; export default function AboutPage() { @@ -29,30 +29,35 @@ export default function AboutPage() { { name: "About", id: "/about" } ]} brandName="FunctionalHealth" + button={{ text: "Get Started", href: "#" }} />