Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
219
src/app/page.tsx
219
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Departments",
|
||||
id: "features",
|
||||
},
|
||||
name: "Departments", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="IIMCT-RGH"
|
||||
/>
|
||||
@@ -55,70 +47,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Excellence in Healthcare, Compassion in Every Care."
|
||||
description="Railway General Hospital provides world-class medical treatments with state-of-the-art facilities and a dedicated team of specialist doctors."
|
||||
kpis={[
|
||||
{
|
||||
value: "25+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "25+", label: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Expert Doctors",
|
||||
},
|
||||
value: "500+", label: "Expert Doctors"},
|
||||
{
|
||||
value: "100k+",
|
||||
label: "Satisfied Patients",
|
||||
},
|
||||
value: "100k+", label: "Satisfied Patients"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall_74190-5979.jpg",
|
||||
alt: "Abstract blur and defocused shopping mall",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall_74190-5979.jpg", alt: "Abstract blur and defocused shopping mall"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-hotel-lobby-interior_74190-4868.jpg",
|
||||
alt: "Abstract blur hotel and lobby interior",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-hotel-lobby-interior_74190-4868.jpg", alt: "Abstract blur hotel and lobby interior"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg",
|
||||
alt: "Stylish beautiful spacious dental clinic",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-beautiful-spacious-dental-clinic_8353-9586.jpg", alt: "Stylish beautiful spacious dental clinic"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/moving-flat-escalator-subway-dubai_93675-134742.jpg",
|
||||
alt: "Moving flat escalator in subway in dubai",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/moving-flat-escalator-subway-dubai_93675-134742.jpg", alt: "Moving flat escalator in subway in dubai"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-business-center_1127-3157.jpg",
|
||||
alt: "modern business center",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-business-center_1127-3157.jpg", alt: "modern business center"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Care",
|
||||
},
|
||||
type: "text", text: "24/7 Emergency Care"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Diagnostics",
|
||||
},
|
||||
type: "text", text: "Advanced Diagnostics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Specialists",
|
||||
},
|
||||
type: "text", text: "Expert Specialists"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Patient-Centered Approach",
|
||||
},
|
||||
type: "text", text: "Patient-Centered Approach"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Affordable Healthcare",
|
||||
},
|
||||
type: "text", text: "Affordable Healthcare"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,13 +95,9 @@ export default function LandingPage() {
|
||||
description="We blend modern medical innovation with human touch to ensure every patient receives the best possible recovery journey and personalized medical care."
|
||||
metrics={[
|
||||
{
|
||||
value: "99%",
|
||||
title: "Recovery Rate",
|
||||
},
|
||||
value: "99%", title: "Recovery Rate"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Emergency Support",
|
||||
},
|
||||
value: "24/7", title: "Emergency Support"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-confident-doctor-with-arms-crossed-medical-clinic_637285-1463.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -151,20 +112,11 @@ export default function LandingPage() {
|
||||
description="We offer comprehensive care across various departments to cater to every aspect of your health needs."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Cardiology",
|
||||
content: "Advanced cardiac care with modern diagnostic tools.",
|
||||
},
|
||||
id: "1", title: "Cardiology", content: "Advanced cardiac care with modern diagnostic tools."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Orthopedics",
|
||||
content: "Specialized bone and joint recovery and surgical care.",
|
||||
},
|
||||
id: "2", title: "Orthopedics", content: "Specialized bone and joint recovery and surgical care."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Neurology",
|
||||
content: "Expert care for complex neurological health issues.",
|
||||
},
|
||||
id: "3", title: "Neurology", content: "Expert care for complex neurological health issues."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gynecological-room-hospital_7502-8389.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -179,20 +131,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Clinical Departments",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Clinical Departments"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Medical Awards",
|
||||
},
|
||||
id: "m2", value: "50+", description: "Medical Awards"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1000+",
|
||||
description: "Surgeries Performed",
|
||||
},
|
||||
id: "m3", value: "1000+", description: "Surgeries Performed"},
|
||||
]}
|
||||
title="Hospital Achievements"
|
||||
description="Setting standards in healthcare excellence."
|
||||
@@ -207,23 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Sarah Ahmed",
|
||||
role: "Cardiologist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-ultrasound-scan-stomach_107420-74199.jpg",
|
||||
},
|
||||
id: "t1", name: "Dr. Sarah Ahmed", role: "Cardiologist", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-ultrasound-scan-stomach_107420-74199.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Dr. Michael Chen",
|
||||
role: "Orthopedic Surgeon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-wearing-white-coat-front-view_23-2149844581.jpg",
|
||||
},
|
||||
id: "t2", name: "Dr. Michael Chen", role: "Orthopedic Surgeon", imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-wearing-white-coat-front-view_23-2149844581.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Dr. Emily Smith",
|
||||
role: "Neurologist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-smiling-office_1328-4082.jpg",
|
||||
},
|
||||
id: "t3", name: "Dr. Emily Smith", role: "Neurologist", imageSrc: "http://img.b2bpic.net/free-photo/dentist-smiling-office_1328-4082.jpg"},
|
||||
]}
|
||||
title="Meet Our Expert Specialists"
|
||||
description="Our team of world-class doctors dedicated to your recovery."
|
||||
@@ -232,44 +163,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
role: "Patient",
|
||||
testimonial: "Excellent care and friendly staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", role: "Patient", testimonial: "Excellent care and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Doe",
|
||||
role: "Patient",
|
||||
testimonial: "The surgery was successful and recovery was quick.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
},
|
||||
id: "2", name: "Jane Doe", role: "Patient", testimonial: "The surgery was successful and recovery was quick.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ali Khan",
|
||||
role: "Patient",
|
||||
testimonial: "World-class facilities and expert doctor care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-wearing-white-coat_23-2149844582.jpg",
|
||||
},
|
||||
id: "3", name: "Ali Khan", role: "Patient", testimonial: "World-class facilities and expert doctor care.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-wearing-white-coat_23-2149844582.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sara Khan",
|
||||
role: "Patient",
|
||||
testimonial: "Compassionate staff and very clean.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/potrait-sad-sick-man-wearing-nasal-oxygen-tube-lying-bad-looking-front-sickness-recovering-hospital-ward_482257-2216.jpg",
|
||||
},
|
||||
id: "4", name: "Sara Khan", role: "Patient", testimonial: "Compassionate staff and very clean.", imageSrc: "http://img.b2bpic.net/free-photo/potrait-sad-sick-man-wearing-nasal-oxygen-tube-lying-bad-looking-front-sickness-recovering-hospital-ward_482257-2216.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "John Smith",
|
||||
role: "Patient",
|
||||
testimonial: "Professional approach, best hospital.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg",
|
||||
},
|
||||
id: "5", name: "John Smith", role: "Patient", testimonial: "Professional approach, best hospital.", imageSrc: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg"},
|
||||
]}
|
||||
title="Patient Success Stories"
|
||||
description="What our patients say about their experience with our care."
|
||||
@@ -282,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How to book an appointment?",
|
||||
content: "You can book online or call our front desk.",
|
||||
},
|
||||
id: "q1", title: "How to book an appointment?", content: "You can book online or call our front desk."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is emergency service 24/7?",
|
||||
content: "Yes, our emergency ward is open 24/7.",
|
||||
},
|
||||
id: "q2", title: "Is emergency service 24/7?", content: "Yes, our emergency ward is open 24/7."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What insurance do you accept?",
|
||||
content: "We accept all major public and private insurance providers.",
|
||||
},
|
||||
id: "q3", title: "What insurance do you accept?", content: "We accept all major public and private insurance providers."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-woman-talking_23-2148894920.jpg"
|
||||
title="Common Questions"
|
||||
@@ -311,25 +209,14 @@ export default function LandingPage() {
|
||||
description="Have questions? Our medical support team is here to help you get the right care."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
},
|
||||
name: "subject", type: "text", placeholder: "Subject"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we assist you?",
|
||||
}}
|
||||
name: "message", placeholder: "How can we assist you?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1916.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -338,29 +225,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Departments",
|
||||
items: [
|
||||
title: "Departments", items: [
|
||||
{
|
||||
label: "Cardiology",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cardiology", href: "#"},
|
||||
{
|
||||
label: "Orthopedics",
|
||||
href: "#",
|
||||
},
|
||||
label: "Orthopedics", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user