Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -52,10 +52,10 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/specialist-writing-prescription-medicine-with-recommended-antibiotics_482257-124203.jpg", imageAlt: "Modern healthcare technology dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/specialist-working-with-digital-tablet_1232-653.jpg", imageAlt: "Digital health records management" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medicine-time-with-stethoscope_23-2148550952.jpg", imageAlt: "Online appointment booking system" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/diagnose-doctor-medicine-health-wellness-concept_53876-124256.jpg", imageAlt: "Personal health portal interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg", imageAlt: "Professional healthcare team" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/specialist-working-with-digital-tablet_1232-653.jpg?_wi=1", imageAlt: "Digital health records management" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medicine-time-with-stethoscope_23-2148550952.jpg?_wi=1", imageAlt: "Online appointment booking system" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/diagnose-doctor-medicine-health-wellness-concept_53876-124256.jpg?_wi=1", imageAlt: "Personal health portal interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg?_wi=1", imageAlt: "Professional healthcare team" }
|
||||
]}
|
||||
ariaLabel="ULSS 3 Healthcare Hero Section"
|
||||
className="hero-section-ulss3"
|
||||
@@ -74,15 +74,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Reports", title: "Ritiro Referti", subtitle: "Access Your Medical Reports", description: "Retrieve your test results and medical reports instantly through our secure digital portal. No more waiting in queues. Your health information is organized, encrypted, and available 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-working-with-digital-tablet_1232-653.jpg", imageAlt: "Digital health records retrieval"
|
||||
tag: "Reports", title: "Ritiro Referti", subtitle: "Access Your Medical Reports", description: "Retrieve your test results and medical reports instantly through our secure digital portal. No more waiting in queues. Your health information is organized, encrypted, and available 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-working-with-digital-tablet_1232-653.jpg?_wi=2", imageAlt: "Digital health records retrieval"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Portal", title: "Area Personale Login", subtitle: "Personalized Health Dashboard", description: "Access your personal health area with secure authentication. Manage your health information, view appointments, update personal details, and communicate with healthcare providers all in one place.", imageSrc: "http://img.b2bpic.net/free-photo/diagnose-doctor-medicine-health-wellness-concept_53876-124256.jpg", imageAlt: "Personal health portal login"
|
||||
tag: "Portal", title: "Area Personale Login", subtitle: "Personalized Health Dashboard", description: "Access your personal health area with secure authentication. Manage your health information, view appointments, update personal details, and communicate with healthcare providers all in one place.", imageSrc: "http://img.b2bpic.net/free-photo/diagnose-doctor-medicine-health-wellness-concept_53876-124256.jpg?_wi=2", imageAlt: "Personal health portal login"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Appointments", title: "Prenotazioni", subtitle: "Streamlined Appointment Booking", description: "Book, reschedule, or cancel appointments with ease. View available time slots, receive reminders, and manage your healthcare schedule from anywhere with our intuitive booking system.", imageSrc: "http://img.b2bpic.net/free-photo/medicine-time-with-stethoscope_23-2148550952.jpg", imageAlt: "Online appointment booking"
|
||||
tag: "Appointments", title: "Prenotazioni", subtitle: "Streamlined Appointment Booking", description: "Book, reschedule, or cancel appointments with ease. View available time slots, receive reminders, and manage your healthcare schedule from anywhere with our intuitive booking system.", imageSrc: "http://img.b2bpic.net/free-photo/medicine-time-with-stethoscope_23-2148550952.jpg?_wi=2", imageAlt: "Online appointment booking"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Explore Services", href: "services" }]}
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Discover Our Structures", href: "services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg?_wi=2"
|
||||
imageAlt="ULSS 3 Healthcare Team"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="ULSS 3 About Section"
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", brand: "ULSS 3", name: "Staff Medico", price: "Medical Excellence", rating: 5,
|
||||
reviewCount: "Professional Care", imageSrc: "http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg", imageAlt: "Professional medical staff"
|
||||
reviewCount: "Professional Care", imageSrc: "http://img.b2bpic.net/free-photo/team-doctors-standing-together-hospital-premises_107420-84769.jpg?_wi=3", imageAlt: "Professional medical staff"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "ULSS 3", name: "Servizi Sociali", price: "Social Support", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user