diff --git a/src/app/page.tsx b/src/app/page.tsx index aa20554..d34b8fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Primary Care", title: "General Consultation", subtitle: "Get Expert Guidance on Your Health", 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: [ + tag: "Primary Care ⭐ Most Popular", title: "General Consultation", subtitle: "Get Expert Guidance on Your Health", 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" } ] }, @@ -115,7 +115,7 @@ export default function LandingPage() { }, { id: 5, - tag: "Diagnostics", title: "Blood Tests & Diagnostics", subtitle: "Get 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: [ + tag: "Diagnostics ⭐ Most Popular", title: "Blood Tests & Diagnostics", subtitle: "Get 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" } ] },