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"
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"
>
<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: "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>
</ThemeProvider>
);
}
}