From 96f9642d5c40df2eaa8d0a2c2ac835a3999422e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:11:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f534c9a..d2fb6b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,10 +22,10 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmall" - background="grid" - cardStyle="gradient-bordered" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="layered" + background="floatingGradient" + cardStyle="glass-depth" + primaryButtonStyle="radial-glow" + secondaryButtonStyle="glass" headingFontWeight="semibold" > @@ -174,11 +174,11 @@ export default function LandingPage() { { id: "t1", title: "Dr. Shivaram HR", subtitle: "MBBS MD DNB FIPC", detail: "General Practitioner, Diabetologist & MD Physician. With vast experience, Dr. Shivaram is dedicated to patient wellness and comprehensive health management.", imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg", imageAlt: "Dr. Shivaram HR"}, { - id: "t2", title: "Ms. Ananya Sharma", subtitle: "Clinic Manager", detail: "Ananya ensures the smooth operation of our clinic, focusing on patient comfort and administrative excellence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-as-medical-assistant-desk-doctors-office-nurse-looking-camera-smiling-while-preparing-work-computer-healthcare-specialist-uniform_482257-35922.jpg", imageAlt: "Ananya Sharma, Clinic Manager"}, + id: "t2", title: "Ms. Ananya Sharma", subtitle: "Clinic Manager", detail: "Ananya ensures the smooth operation of our clinic, focusing on patient comfort and administrative excellence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-as-medical-assistant-desk-doctors-office-nurse-looking-camera-smiling-while-preparing-work-computer-healthcare-specialist-uniform_482257-35922.jpg", imageAlt: "Ms. Ananya Sharma, Clinic Manager"}, { - id: "t3", title: "Mr. Rohan Kumar", subtitle: "Lead Nurse", detail: "Rohan provides exceptional patient care and support, specializing in medical assistance and patient education.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-sitting-medical-office-hospital_1170-2275.jpg", imageAlt: "Rohan Kumar, Lead Nurse"}, + id: "t3", title: "Mr. Rohan Kumar", subtitle: "Lead Nurse", detail: "Rohan provides exceptional patient care and support, specializing in medical assistance and patient education.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-sitting-medical-office-hospital_1170-2275.jpg", imageAlt: "Mr. Rohan Kumar, Lead Nurse"}, { - id: "t4", title: "Ms. Pooja Singh", subtitle: "Receptionist", detail: "Pooja is your first point of contact, offering a warm welcome and efficient appointment scheduling.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-medical-assistant-analyzing-diagnosis-report-laptop-doing-consultation-hospital-reception-nurse-patient-discussing-about-treatment-health-support-handheld-shot_482257-48912.jpg", imageAlt: "Pooja Singh, Receptionist"}, + id: "t4", title: "Ms. Pooja Singh", subtitle: "Receptionist", detail: "Pooja is your first point of contact, offering a warm welcome and efficient appointment scheduling.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-medical-assistant-analyzing-diagnosis-report-laptop-doing-consultation-hospital-reception-nurse-patient-discussing-about-treatment-health-support-handheld-shot_482257-48912.jpg", imageAlt: "Ms. Pooja Singh, Receptionist"}, ] } ]} @@ -297,4 +297,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file