diff --git a/src/app/page.tsx b/src/app/page.tsx index 42f8128..1683d0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,42 +93,42 @@ export default function LandingPage() { id: 1, tag: "Primary Care", title: "General Consultation", subtitle: "Expert Medical Guidance", description: "Personalized consultation for acute and chronic illnesses, preventive health checkups, and ongoing wellness management tailored to your family's needs.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-medication-treatment_482257-67121.jpg", imageAlt: "General consultation with doctor", buttons: [ { text: "Learn More", href: "#contact" } - ] + ], cardDescriptionClassName: "text-foreground/80" }, { id: 2, tag: "Acute Care", title: "Fever & Infection Treatment", subtitle: "Quick Recovery Support", description: "Rapid diagnosis and treatment of viral fevers, infections, and seasonal illnesses with home care support and medication guidance.", imageSrc: "http://img.b2bpic.net/free-photo/male-psychiatrist-going-through-data-his-patient-while-having-appointment-coronavirus-pandemic_637285-11144.jpg", imageAlt: "Treatment of fever and infections", buttons: [ { text: "Learn More", href: "#contact" } - ] + ], cardDescriptionClassName: "text-foreground/80" }, { id: 3, tag: "Chronic Care", title: "Diabetes & BP Management", subtitle: "Long-term Health Monitoring", description: "Comprehensive management of diabetes and hypertension with regular monitoring, medication adjustment, and lifestyle counseling.", imageSrc: "http://img.b2bpic.net/free-photo/physician-using-oximeter-patient-measure-oxygen-levels-saturation_482257-124272.jpg", imageAlt: "Chronic disease management", buttons: [ { text: "Learn More", href: "#contact" } - ] + ], cardDescriptionClassName: "text-foreground/80" }, { id: 4, tag: "Prevention", title: "Preventive Health Checkups", subtitle: "Stay Healthy & Active", description: "Customized health screening packages for different age groups to detect health issues early and maintain optimal wellness.", imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-measuring-mature-woman-s-blood-pressure-nursing-home_637285-11340.jpg", imageAlt: "Preventive health checkup", buttons: [ { text: "Learn More", href: "#contact" } - ] + ], cardDescriptionClassName: "text-foreground/80" }, { id: 5, tag: "Diagnostics", title: "Blood Tests & Diagnostics", subtitle: "Accurate Lab Results", description: "State-of-the-art laboratory testing with quick turnaround time, accurate results, and professional interpretation.", imageSrc: "http://img.b2bpic.net/free-photo/microbiology-scientist-typing-biochemistry-discovery-experiment-computer_482257-13961.jpg", imageAlt: "Blood tests and laboratory diagnostics", buttons: [ { text: "Learn More", href: "#contact" } - ] + ], cardDescriptionClassName: "text-foreground/80" }, { id: 6, tag: "Home Service", title: "Home Sample Collection", subtitle: "Convenient Healthcare", description: "Hassle-free home sample collection service for blood tests and diagnostics. No need to visit the clinic for collection.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-taking-blood-pressure-senior-woman-nursing-home-sitting-sofa_482257-20666.jpg", imageAlt: "Home sample collection service", buttons: [ { text: "Learn More", href: "#contact" } - ] + ], cardDescriptionClassName: "text-foreground/80" } ]} buttons={[]} buttonAnimation="none" - descriptionClassName="text-foreground/80" + titleClassName="text-foreground font-extrabold" /> @@ -169,7 +169,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg", imageAlt: "Portrait of Anaya Gupta" } ]} - descriptionClassName="text-foreground/80" + titleClassName="text-foreground font-extrabold" /> @@ -189,7 +189,7 @@ export default function LandingPage() { { id: "3", icon: Briefcase, title: "Experience", value: "10+ Years" }, { id: "4", icon: Heart, title: "Patient Care", value: "100% Committed" } ]} - descriptionClassName="text-foreground/80" + titleClassName="text-foreground font-extrabold" /> @@ -245,7 +245,6 @@ export default function LandingPage() { termsText="Our team will call you shortly to confirm your appointment. We respect your privacy." tagClassName="text-primary-cta font-bold" titleClassName="text-foreground font-extrabold text-3xl" - descriptionClassName="text-foreground/70 mt-4" formClassName="bg-card rounded-2xl p-8" buttonClassName="w-full bg-primary-cta hover:bg-primary-cta/90 text-primary-cta-text font-bold py-3 rounded-full transition-all" termsClassName="text-sm text-foreground/60 mt-4"