diff --git a/src/app/page.tsx b/src/app/page.tsx
index ab68f35..e9d9e65 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -58,118 +43,27 @@ export default function LandingPage() {
@@ -180,44 +74,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "General Consultation",
- subtitle: "Expert evaluation for all childhood illnesses.",
- category: "Care",
- value: "Primary",
- },
- {
- id: "f2",
- title: "Fever & Infections",
- subtitle: "Compassionate treatment for common infections.",
- category: "Care",
- value: "Urgent",
- },
- {
- id: "f3",
- title: "Cough & Respiratory",
- subtitle: "Specialized care for breathing concerns.",
- category: "Care",
- value: "Support",
- },
- {
- id: "f4",
- title: "Development Checks",
- subtitle: "Monitoring your child’s growth and milestones.",
- category: "Growth",
- value: "Monitor",
- },
- {
- id: "f5",
- title: "Vaccinations",
- subtitle: "Essential immunization for a healthy start.",
- category: "Safety",
- value: "Protection",
- },
+ { id: "f1", title: "General Consultation", subtitle: "Expert evaluation for all childhood illnesses.", category: "Care", value: "Primary" },
+ { id: "f2", title: "Vaccinations", subtitle: "Essential immunization for a healthy start.", category: "Safety", value: "Protection" },
+ { id: "f3", title: "Growth Monitoring", subtitle: "Developmental tracking from birth to teens.", category: "Growth", value: "Support" }
]}
title="Comprehensive Pediatric Services"
- description="We offer a wide range of specialized care to support your child’s health development."
+ description="Expert medical support for every stage of your child’s development."
tag="Our Expertise"
tagIcon={Activity}
/>
@@ -229,44 +91,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Sarah Lee",
- handle: "@sarahlee",
- testimonial: "Dr. Lim is incredibly thorough and patient.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14784.jpg?_wi=2",
- },
- {
- id: "t2",
- name: "Michael Tan",
- handle: "@mtan",
- testimonial: "Very professional and friendly.",
- imageSrc: "http://img.b2bpic.net/free-photo/she-is-trying-be-very-brave_329181-7694.jpg?_wi=2",
- },
- {
- id: "t3",
- name: "Emily Wong",
- handle: "@emilyw",
- testimonial: "I highly recommend this clinic.",
- imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-child-with-urinalysis-sample_1398-1061.jpg?_wi=2",
- },
- {
- id: "t4",
- name: "David Raj",
- handle: "@davidraj",
- testimonial: "Clear explanations and kind with kids.",
- imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing-together_23-2147615922.jpg?_wi=2",
- },
- {
- id: "t5",
- name: "Fatima Omar",
- handle: "@fomar",
- testimonial: "A truly caring environment.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-woman-holding-coffee-cup_23-2147861632.jpg?_wi=2",
- },
+ { id: "t1", name: "Sarah Lee", handle: "@sarahlee", testimonial: "Dr. Lim is incredibly thorough and patient.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14784.jpg?_wi=2" },
+ { id: "t2", name: "Michael Tan", handle: "@mtan", testimonial: "Very professional and friendly.", imageSrc: "http://img.b2bpic.net/free-photo/she-is-trying-be-very-brave_329181-7694.jpg?_wi=2" }
]}
title="Local Families Trust Dr. Lim"
- description="Read stories from other parents in Malacca who rely on our expertise."
+ description="Read stories from other parents in Malacca."
tag="Parent Stories"
tagIcon={MessageSquare}
/>
@@ -276,57 +105,24 @@ export default function LandingPage() {