3 Commits

Author SHA1 Message Date
6e137fb850 Merge version_3 into main
Merge version_3 into main
2026-03-03 05:31:00 +00:00
998b541d59 Update src/app/page.tsx 2026-03-03 05:30:55 +00:00
13eb59f2a2 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:26:37 +00:00

View File

@@ -91,7 +91,7 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, 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" } { text: "Learn More", href: "#contact" }
] ]
}, },
@@ -115,7 +115,7 @@ export default function LandingPage() {
}, },
{ {
id: 5, 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" } { text: "Learn More", href: "#contact" }
] ]
}, },