Update src/app/page.tsx

This commit is contained in:
2026-06-11 10:11:21 +00:00
parent 96a6bbe1ac
commit 96f9642d5c

View File

@@ -22,10 +22,10 @@ export default function LandingPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="smallMedium" contentWidth="smallMedium"
sizing="largeSmall" sizing="largeSmall"
background="grid" background="floatingGradient"
cardStyle="gradient-bordered" cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered" secondaryButtonStyle="glass"
headingFontWeight="semibold" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
@@ -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: "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() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }