Merge version_2 into main #6
@@ -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: "#" }}
|
||||
/>
|
||||
|
||||
<div className="pt-32 pb-20">
|
||||
<TestimonialAboutCard
|
||||
tag="Our Story"
|
||||
title="Bridging Clinical Science and Daily Vitality"
|
||||
description="Founded by a team of physicians dedicated to reversing functional decline through evidence-based nutrition."
|
||||
subdescription="We believe that strength is the cornerstone of independence."
|
||||
icon={BookOpen}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stethoscope-clipboard_23-2147652325.jpg"
|
||||
<TestimonialCardFive
|
||||
title="Our Story"
|
||||
description="Bridging Clinical Science and Daily Vitality"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Dr. Elena Vance", date: "2023-10-15", title: "Founder", quote: "Founded by a team of physicians dedicated to reversing functional decline through evidence-based nutrition.", tag: "Our Story", avatarSrc: "https://img.b2bpic.net/free-photo/portrait-expert-doctor-lab_23-2148816650.jpg"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="py-20">
|
||||
<TeamCardTen
|
||||
title="Our Leadership"
|
||||
tag="Expertise"
|
||||
memberVariant="card"
|
||||
members={[
|
||||
{ id: "1", name: "Dr. Elena Vance" },
|
||||
{ id: "2", name: "Dr. Marcus Thorne" }
|
||||
<TeamCardEleven
|
||||
groups={[
|
||||
{
|
||||
id: "team-1", groupTitle: "Our Leadership", members: [
|
||||
{ id: "1", title: "Dr. Elena Vance", subtitle: "Chief Medical Officer", detail: "Expert in functional medicine." },
|
||||
{ id: "2", title: "Dr. Marcus Thorne", subtitle: "Head of Research", detail: "Clinical trials specialist." }
|
||||
]
|
||||
}
|
||||
]}
|
||||
membersAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user