From c8b034a09c2419d1ee993b04eaa18cc8039bfe5f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:31:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 958e978..58d6644 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { name: "Priya Singh", handle: "@priyas", testimonial: "Smooth process from admission to recovery. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-plastic-baby-boy-essentials-collection_58702-17446.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" }, { name: "Vikram Sethi", handle: "@vikrams", testimonial: "Excellent diagnostics and very supportive environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pediatrician-doctor-consulting-lungs-listening-heartbeat-using-medical-stethoscope_482257-20375.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" }, ]} - buttons={[{ text: "Book Appointment", href: "#contact" }, { text: "Emergency", href: "tel:1234567890" }]} + buttons={[{ text: "Book a Consultation", href: "#contact" }, { text: "Call Emergency Line", href: "tel:1234567890" }]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-architecture-office-business-building-with-glass-window-shape_74190-6438.jpg?_wi=2" imageAlt="Indore Trauma Centre Exterior" avatars={[ -- 2.49.1