From 998b541d592142d0ec44cd074b2868d49c48c9b1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:30:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] },