diff --git a/src/app/page.tsx b/src/app/page.tsx
index d28ebcb..d903844 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,17 +42,10 @@ export default function LandingPage() {
@@ -88,56 +69,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Diagnostic Services",
- author: "Modern Equipment",
- description: "High-precision diagnostic testing for accurate results.",
- tags: [
- "Diagnosis",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg",
- },
- {
- id: "s2",
- title: "Chronic Care",
- author: "Expert Support",
- description: "Dedicated long-term monitoring for your chronic health concerns.",
- tags: [
- "Care",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-evaluating-x-ray-imaging-lab-test-results_482257-124612.jpg",
- },
- {
- id: "s3",
- title: "General Consultations",
- author: "Patient Focused",
- description: "Comprehensive routine checkups to maintain optimal well-being.",
- tags: [
- "Health",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/senior-healthcare-professional-sharing-medical-expertise-with-patient_482257-128432.jpg",
- },
- {
- id: "s4",
- title: "Preventive Medicine",
- author: "Wellness Focus",
- description: "Proactive health management and screenings.",
- tags: [
- "Wellness",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/nurse-patients-reviewing-diagnostic-results-medical-cabinet_482257-126954.jpg",
- },
- {
- id: "s5",
- title: "Post-Op Recovery",
- author: "Specialized Care",
- description: "Tailored guidance during your recovery process.",
- tags: [
- "Rehab",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/doctor-nurse-discussing-digital-tablet_107420-84813.jpg",
- },
+ { id: "s1", title: "Diagnostic Services", author: "Modern Equipment", description: "High-precision diagnostic testing for accurate results.", tags: ["Diagnosis"], imageSrc: "http://img.b2bpic.net/free-photo/experienced-female-medic-practitioner-consulting-patient-health-insurance_482257-126948.jpg" },
+ { id: "s2", title: "Chronic Care", author: "Expert Support", description: "Dedicated long-term monitoring for your chronic health concerns.", tags: ["Care"], imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-evaluating-x-ray-imaging-lab-test-results_482257-124612.jpg" },
+ { id: "s3", title: "General Consultations", author: "Patient Focused", description: "Comprehensive routine checkups to maintain optimal well-being.", tags: ["Health"], imageSrc: "http://img.b2bpic.net/free-photo/senior-healthcare-professional-sharing-medical-expertise-with-patient_482257-128432.jpg" },
+ { id: "s4", title: "Preventive Medicine", author: "Wellness Focus", description: "Proactive health management and screenings.", tags: ["Wellness"], imageSrc: "http://img.b2bpic.net/free-photo/nurse-patients-reviewing-diagnostic-results-medical-cabinet_482257-126954.jpg" },
+ { id: "s5", title: "Post-Op Recovery", author: "Specialized Care", description: "Tailored guidance during your recovery process.", tags: ["Rehab"], imageSrc: "http://img.b2bpic.net/free-photo/doctor-nurse-discussing-digital-tablet_107420-84813.jpg" },
]}
title="Comprehensive Medical Services"
description="We offer a wide range of specialized healthcare solutions to support your journey to better health."
@@ -146,39 +82,15 @@ export default function LandingPage() {
@@ -281,32 +145,8 @@ export default function LandingPage() {