Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9b55eaf37 | |||
| ea8082b311 |
@@ -9,6 +9,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||||
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
|
|
||||||
export default function WellnessPage() {
|
export default function WellnessPage() {
|
||||||
return (
|
return (
|
||||||
@@ -164,6 +165,25 @@ export default function WellnessPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="team" data-section="team">
|
||||||
|
<TeamCardOne
|
||||||
|
members={[
|
||||||
|
{ id: "1", name: "Dr. Jane Doe", role: "Chiropractor", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Dr. Jane Doe" },
|
||||||
|
{ id: "2", name: "Dr. John Smith", role: "Chiropractor", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Dr. John Smith" },
|
||||||
|
{ id: "3", name: "Dr. Emily Johnson", role: "Chiropractor", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Dr. Emily Johnson" },
|
||||||
|
{ id: "4", name: "Dr. Michael Brown", role: "Chiropractor", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Dr. Michael Brown" }
|
||||||
|
]}
|
||||||
|
carouselMode="buttons"
|
||||||
|
gridVariant="grid"
|
||||||
|
animationType="slide"
|
||||||
|
title="Meet Our Team"
|
||||||
|
description="Our team of dedicated chiropractors is here to help you achieve optimal health and wellness."
|
||||||
|
textboxLayout="left"
|
||||||
|
useInvertedBackground="none"
|
||||||
|
className="mt-10"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Wellness Chiropractic"
|
logoText="Wellness Chiropractic"
|
||||||
|
|||||||
Reference in New Issue
Block a user