2 Commits

Author SHA1 Message Date
a9b55eaf37 Merge version_2 into main
Merge version_2 into main
2026-02-08 01:13:31 +00:00
ea8082b311 Bob AI: Can you add a section after the why choose us with... 2026-02-08 01:12:56 +00:00

View File

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