Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-10 15:55:12 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import { Open_Sans } from "next/font/google";
export const metadata: Metadata = {
title: 'AIIMS Hyderabad Radiology Department | Diagnostic Imaging',
description: 'AIIMS Hyderabad's Radiology Department offers advanced diagnostic imaging including CT, MRI, X-Ray, and Ultrasound with expert faculty and clinical team.',
description: 'AIIMS Hyderabad's Radiology Department offers advanced diagnostic imaging including CT, MRI, X-Ray, and Ultrasound with expert faculty and clinical team.'s Radiology Department offers advanced diagnostic imaging including CT, MRI, X-Ray, and Ultrasound with expert faculty and clinical team.',
};
const openSans = Open_Sans({

View File

@@ -89,13 +89,13 @@ export default function LandingPage() {
id: "1", name: "Dr Abhishek J Arora", role: "HOD", imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780292.jpg", imageAlt: "Dr Abhishek J Arora, Head of Department"
},
{
id: "2", name: "Dr Annapurna S", role: "Additional Professor", imageSrc: "http://img.b2bpic.net/free-photo/doctor-standing-with-health-card_1098-21326.jpg?_wi=1", imageAlt: "Dr Annapurna S, Additional Professor"
id: "2", name: "Dr Annapurna S", role: "Additional Professor", imageSrc: "http://img.b2bpic.net/free-photo/doctor-standing-with-health-card_1098-21326.jpg", imageAlt: "Dr Annapurna S, Additional Professor"
},
{
id: "3", name: "Dr Mahesh Reddy", role: "Associate Professor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-microbiologist-doctor-looking-into-camera-working-microbiology-hospital-laboratory-medical-team-analyzing-genetically-modified-plant-agriculture-experiment_482257-29222.jpg?_wi=1", imageAlt: "Dr Mahesh Reddy, Associate Professor"
id: "3", name: "Dr Mahesh Reddy", role: "Associate Professor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-microbiologist-doctor-looking-into-camera-working-microbiology-hospital-laboratory-medical-team-analyzing-genetically-modified-plant-agriculture-experiment_482257-29222.jpg", imageAlt: "Dr Mahesh Reddy, Associate Professor"
},
{
id: "4", name: "Dr Swarnalatha", role: "Associate Professor", imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-young-doctor-white-coat-with-stethoscope-posing-hospital_627829-13988.jpg?_wi=1", imageAlt: "Dr Swarnalatha, Associate Professor"
id: "4", name: "Dr Swarnalatha", role: "Associate Professor", imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-young-doctor-white-coat-with-stethoscope-posing-hospital_627829-13988.jpg", imageAlt: "Dr Swarnalatha, Associate Professor"
}
]}
animationType="slide-up"
@@ -127,16 +127,16 @@ export default function LandingPage() {
tag="Team Members"
members={[
{
id: "1", name: "Dr Kiran Kumar Reddy", role: "Assistant Professor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-microbiologist-doctor-looking-into-camera-working-microbiology-hospital-laboratory-medical-team-analyzing-genetically-modified-plant-agriculture-experiment_482257-29222.jpg?_wi=2", imageAlt: "Dr Kiran Kumar Reddy"
id: "1", name: "Dr Kiran Kumar Reddy", role: "Assistant Professor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-microbiologist-doctor-looking-into-camera-working-microbiology-hospital-laboratory-medical-team-analyzing-genetically-modified-plant-agriculture-experiment_482257-29222.jpg", imageAlt: "Dr Kiran Kumar Reddy"
},
{
id: "2", name: "Dr Satyanarayana", role: "Assistant Professor", imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-young-doctor-white-coat-with-stethoscope-posing-hospital_627829-13988.jpg?_wi=2", imageAlt: "Dr Satyanarayana"
id: "2", name: "Dr Satyanarayana", role: "Assistant Professor", imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-young-doctor-white-coat-with-stethoscope-posing-hospital_627829-13988.jpg", imageAlt: "Dr Satyanarayana"
},
{
id: "3", name: "Dr Adheeni", role: "Senior Resident", imageSrc: "http://img.b2bpic.net/free-photo/doctor-standing-with-health-card_1098-21326.jpg?_wi=2", imageAlt: "Dr Adheeni"
id: "3", name: "Dr Adheeni", role: "Senior Resident", imageSrc: "http://img.b2bpic.net/free-photo/doctor-standing-with-health-card_1098-21326.jpg", imageAlt: "Dr Adheeni"
},
{
id: "4", name: "Dr Venkata Dixit", role: "Senior Resident", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-microbiologist-doctor-looking-into-camera-working-microbiology-hospital-laboratory-medical-team-analyzing-genetically-modified-plant-agriculture-experiment_482257-29222.jpg?_wi=3", imageAlt: "Dr Venkata Dixit"
id: "4", name: "Dr Venkata Dixit", role: "Senior Resident", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-microbiologist-doctor-looking-into-camera-working-microbiology-hospital-laboratory-medical-team-analyzing-genetically-modified-plant-agriculture-experiment_482257-29222.jpg", imageAlt: "Dr Venkata Dixit"
}
]}
animationType="slide-up"