diff --git a/src/app/page.tsx b/src/app/page.tsx
index ad936fa..3c7e85b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,73 +34,40 @@ export default function LandingPage() {
@@ -330,25 +207,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "What is homeopathy?",
- content: "Homeopathy is a holistic system of medicine based on the principle of 'like cures like,' using highly diluted substances to stimulate the body's self-healing mechanisms.",
- },
+ id: "q1", title: "What is homeopathy?", content: "Homeopathy is a holistic system of medicine based on the principle of 'like cures like,' using highly diluted substances to stimulate the body's self-healing mechanisms."},
{
- id: "q2",
- title: "Is homeopathic treatment safe for all ages?",
- content: "Yes, homeopathic remedies are gentle, non-toxic, and considered safe for infants, children, adults, and pregnant women when prescribed by a qualified practitioner.",
- },
+ id: "q2", title: "Is homeopathic treatment safe for all ages?", content: "Yes, homeopathic remedies are gentle, non-toxic, and considered safe for infants, children, adults, and pregnant women when prescribed by a qualified practitioner."},
{
- id: "q3",
- title: "How long does a typical homeopathic consultation last?",
- content: "Initial consultations are typically comprehensive, lasting between 60-90 minutes to understand your full medical history and individual symptoms. Follow-up appointments are shorter.",
- },
+ id: "q3", title: "How long does a typical homeopathic consultation last?", content: "Initial consultations are typically comprehensive, lasting between 60-90 minutes to understand your full medical history and individual symptoms. Follow-up appointments are shorter."},
{
- id: "q4",
- title: "What conditions can homeopathy treat?",
- content: "Homeopathy can effectively treat a wide range of acute and chronic conditions, including allergies, skin disorders, digestive issues, stress, anxiety, and various lifestyle-related diseases.",
- },
+ id: "q4", title: "What conditions can homeopathy treat?", content: "Homeopathy can effectively treat a wide range of acute and chronic conditions, including allergies, skin disorders, digestive issues, stress, anxiety, and various lifestyle-related diseases."},
]}
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-woman-going-through-medical-test-results-with-her-doctor-clinic_637285-1779.jpg"
imageAlt="Person pondering a question, surrounded by thought bubbles"
@@ -365,8 +230,7 @@ export default function LandingPage() {