Skip to content

Commit

Permalink
lint issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Sep 12, 2024
1 parent 73bebd5 commit 8a4b622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/components/patient/clinicians/AyurvedaSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const AyurvedaSection = () => (
<h2 className="text-3xl md:text-4xl font-bold mb-6 text-center">The Healing Power of Ayurveda</h2>
<div className="space-y-6 text-base md:text-lg">
<p>
Ayurveda, one of the world's oldest holistic healing systems, originated in India over 5,000 years ago.
Ayurveda, one of the world&apos;s oldest holistic healing systems, originated in India over 5,000 years ago.
It emphasizes the balance of the mind, body, and spirit to achieve optimal health. According to Ayurvedic teachings,
true wellness is achieved by harmonizing your unique physical, mental, and emotional constitution, known as your dosha.
</p>
Expand All @@ -17,7 +17,7 @@ export const AyurvedaSection = () => (
that address your individual imbalances and promote overall well-being.
</p>
<p>
Whether you're seeking relief from chronic illness, looking to enhance your energy and vitality, or simply striving for better
Whether you&apos;re seeking relief from chronic illness, looking to enhance your energy and vitality, or simply striving for better
mental clarity, Ayurveda offers a holistic pathway to health. Our skilled practitioners will guide you in discovering the
treatments that align with your body's unique needs.
</p>
Expand Down
4 changes: 2 additions & 2 deletions client/components/patient/clinicians/FAQSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const FAQSection = () => (
<AccordionItem value="item-1">
<AccordionTrigger className="text-lg">What is Ayurveda?</AccordionTrigger>
<AccordionContent className="text-base">
Ayurveda is a holistic healing system that originated in India over 5,000 years ago. It focuses on balancing the mind, body, and spirit to promote overall health and prevent illness. Ayurveda emphasizes personalized treatments based on an individual's unique constitution or dosha.
Ayurveda is a holistic healing system that originated in India over 5,000 years ago. It focuses on balancing the mind, body, and spirit to promote overall health and prevent illness. Ayurveda emphasizes personalized treatments based on an individual&apos;s unique constitution or dosha.
</AccordionContent>
</AccordionItem>
<AccordionItem value="item-2">
Expand All @@ -20,7 +20,7 @@ export const FAQSection = () => (
<AccordionItem value="item-3">
<AccordionTrigger className="text-lg">Are Ayurvedic treatments safe?</AccordionTrigger>
<AccordionContent className="text-base">
Ayurvedic treatments are generally safe when administered by qualified practitioners. However, it's important to consult with a certified Ayurvedic doctor and inform them of any existing health conditions or medications you're taking. As with any medical treatment, there can be potential interactions or side effects, which is why personalized care and professional guidance are crucial.
Ayurvedic treatments are generally safe when administered by qualified practitioners. However, it&apos;s important to consult with a certified Ayurvedic doctor and inform them of any existing health conditions or medications you&apos;re taking. As with any medical treatment, there can be potential interactions or side effects, which is why personalized care and professional guidance are crucial.
</AccordionContent>
</AccordionItem>
<AccordionItem value="item-4">
Expand Down

0 comments on commit 8a4b622

Please sign in to comment.