Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9c9dbeaa1 | |||
| 17c6ee040f | |||
| c2b7f70ec4 | |||
| 447d3f2726 | |||
| dacda8c872 |
@@ -5,7 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
|||||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||||
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
||||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
import TeamCardOne from "@/components/sections/team/TeamCardOne";
|
||||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
{ value: "15+", label: "Years Experience" },
|
{ value: "15+", label: "Years Experience" },
|
||||||
{ value: "98%", label: "Success Rate" }
|
{ value: "98%", label: "Success Rate" }
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={false}
|
||||||
tag="Professional Physiotherapy"
|
tag="Professional Physiotherapy"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardSix
|
<TeamCardOne
|
||||||
title="Meet Our Experienced Team"
|
title="Meet Our Experienced Team"
|
||||||
description="Our licensed physiotherapists bring years of expertise and genuine care to every patient interaction"
|
description="Our licensed physiotherapists bring years of expertise and genuine care to every patient interaction"
|
||||||
tag="Expert Practitioners"
|
tag="Expert Practitioners"
|
||||||
|
|||||||
Reference in New Issue
Block a user