Merge version_1 into main #2
448
src/app/page.tsx
448
src/app/page.tsx
@@ -27,336 +27,138 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Specialties",
|
||||
id: "specialties",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Atlas Hospital"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Specialties", id: "specialties" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Atlas Hospital"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Atlas Hospital & Trauma Centre (एटलस हॉस्पिटल & ट्रॉमा सेंटर)"
|
||||
description="Trusted 24x7 medical care in Mau. Skilled doctors, compassionate staff, and timely treatment for trauma, orthopedics, and beyond."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 094532 32379",
|
||||
href: "tel:09453232379",
|
||||
},
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg",
|
||||
alt: "Doctor A",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-putting-hands-together-isolated-orange-wall-with-copy-space_141793-25939.jpg",
|
||||
alt: "Doctor B",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-sitting-sofa-home_839833-34080.jpg",
|
||||
alt: "Doctor C",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg",
|
||||
alt: "Doctor D",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-indoors_23-2149248707.jpg",
|
||||
alt: "Doctor E",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 5000+ satisfied patients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Care",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Trauma Surgery",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Diagnostic Lab",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Compassionate Staff",
|
||||
icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Orthopedic Care",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Atlas Hospital & Trauma Centre (एटलस हॉस्पिटल & ट्रॉमा सेंटर)"
|
||||
description="Trusted 24x7 medical care in Mau. Skilled doctors, compassionate staff, and timely treatment for trauma, orthopedics, and beyond."
|
||||
buttons={[{ text: "Call Now: 094532 32379", href: "tel:09453232379" }, { text: "Book Appointment", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg", alt: "Doctor A" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-putting-hands-together-isolated-orange-wall-with-copy-space_141793-25939.jpg", alt: "Doctor B" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-sitting-sofa-home_839833-34080.jpg", alt: "Doctor C" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg", alt: "Doctor D" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-indoors_23-2149248707.jpg", alt: "Doctor E" },
|
||||
]}
|
||||
avatarText="Join 5000+ satisfied patients"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "24/7 Emergency Care" },
|
||||
{ type: "text-icon", text: "Expert Trauma Surgery", icon: ShieldCheck },
|
||||
{ type: "text", text: "Modern Diagnostic Lab" },
|
||||
{ type: "text-icon", text: "Compassionate Staff", icon: Activity },
|
||||
{ type: "text", text: "Advanced Orthopedic Care" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="highlights" data-section="highlights">
|
||||
<MetricCardTen
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Availability",
|
||||
subtitle: "Always here",
|
||||
category: "24x7",
|
||||
value: "24/7",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Expertise",
|
||||
subtitle: "Skilled Care",
|
||||
category: "Care",
|
||||
value: "4.9⭐",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Service",
|
||||
subtitle: "Mau region",
|
||||
category: "Trust",
|
||||
value: "43+",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Focus",
|
||||
subtitle: "Trauma & Ortho",
|
||||
category: "Specialty",
|
||||
value: "Pro",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Facility",
|
||||
subtitle: "Modern Tech",
|
||||
category: "Hospital",
|
||||
value: "New",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Atlas"
|
||||
description="Trusted locally in Mau for excellence and compassion."
|
||||
/>
|
||||
</div>
|
||||
<div id="highlights" data-section="highlights">
|
||||
<MetricCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", title: "Availability", subtitle: "Always here", category: "24x7", value: "24/7" },
|
||||
{ id: "2", title: "Expertise", subtitle: "Skilled Care", category: "Care", value: "4.9⭐" },
|
||||
{ id: "3", title: "Service", subtitle: "Mau region", category: "Trust", value: "43+" },
|
||||
{ id: "4", title: "Focus", subtitle: "Trauma & Ortho", category: "Specialty", value: "Pro" },
|
||||
{ id: "5", title: "Facility", subtitle: "Modern Tech", category: "Hospital", value: "New" },
|
||||
]}
|
||||
title="Why Choose Atlas"
|
||||
description="Trusted locally in Mau for excellence and compassion."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Patient-First Care in Mau"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Patient-First Care in Mau"
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="specialties" data-section="specialties">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Orthopedic & Trauma Care",
|
||||
description: "Expert fracture treatment and trauma surgery.",
|
||||
icon: Grid,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=3",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=4",
|
||||
imageAlt: "modern hospital interior clean professional",
|
||||
},
|
||||
{
|
||||
title: "General Hospital",
|
||||
description: "Comprehensive medical consultation and support.",
|
||||
icon: Briefcase,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-prescribes-pregnancy-medication_482257-109470.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-prescribes-pregnancy-medication_482257-109470.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-prescribes-pregnancy-medication_482257-109470.jpg?_wi=3",
|
||||
imageAlt: "doctor consulting patient clinic",
|
||||
},
|
||||
{
|
||||
title: "Emergency Care",
|
||||
description: "Round-the-clock urgent assistance.",
|
||||
icon: Clock,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=6",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg",
|
||||
imageAlt: "portrait of satisfied patient happy",
|
||||
},
|
||||
]}
|
||||
title="Our Clinical Focus"
|
||||
description="Dedicated services providing dependable care to the Mau community."
|
||||
/>
|
||||
</div>
|
||||
<div id="specialties" data-section="specialties">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Orthopedic & Trauma Care", description: "Expert fracture treatment and trauma surgery.", icon: Grid,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "General Hospital", description: "Comprehensive medical consultation and support.", icon: Briefcase,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/doctor-prescribes-pregnancy-medication_482257-109470.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/doctor-prescribes-pregnancy-medication_482257-109470.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Emergency Care", description: "Round-the-clock urgent assistance.", icon: Clock,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Clinical Focus"
|
||||
description="Dedicated services providing dependable care to the Mau community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Patient A",
|
||||
date: "2024",
|
||||
title: "Great Treatment",
|
||||
quote: "Timely treatment and professional staff.",
|
||||
tag: "Ortho",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-putting-hands-together-isolated-orange-wall-with-copy-space_141793-25939.jpg",
|
||||
imageAlt: "satisfied patient portrait happy",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Patient B",
|
||||
date: "2024",
|
||||
title: "Highly Skilled",
|
||||
quote: "Dr. Singh is very knowledgeable.",
|
||||
tag: "Trauma",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-putting-hands-together-isolated-orange-wall-with-copy-space_141793-25939.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-sitting-sofa-home_839833-34080.jpg",
|
||||
imageAlt: "happy elderly patient portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Patient C",
|
||||
date: "2024",
|
||||
title: "Supportive Staff",
|
||||
quote: "Best hospital experience in Mau.",
|
||||
tag: "General",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-sitting-sofa-home_839833-34080.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg",
|
||||
imageAlt: "confident young man portrait happy",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Patient D",
|
||||
date: "2024",
|
||||
title: "Caring Environment",
|
||||
quote: "Clean, well-maintained and caring.",
|
||||
tag: "Recovery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-indoors_23-2149248707.jpg",
|
||||
imageAlt: "smiling mother portrait hospital",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Patient E",
|
||||
date: "2024",
|
||||
title: "Excellent Service",
|
||||
quote: "Staff behaviour is excellent.",
|
||||
tag: "Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-indoors_23-2149248707.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=7",
|
||||
imageAlt: "modern hospital interior clean professional",
|
||||
},
|
||||
]}
|
||||
title="Voices of Recovery"
|
||||
description="Read what our patients have to say about our care."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Patient A", date: "2024", title: "Great Treatment", quote: "Timely treatment and professional staff.", tag: "Ortho", avatarSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-putting-hands-together-isolated-orange-wall-with-copy-space_141793-25939.jpg" },
|
||||
{ id: "2", name: "Patient B", date: "2024", title: "Highly Skilled", quote: "Dr. Singh is very knowledgeable.", tag: "Trauma", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-putting-hands-together-isolated-orange-wall-with-copy-space_141793-25939.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-sitting-sofa-home_839833-34080.jpg" },
|
||||
{ id: "3", name: "Patient C", date: "2024", title: "Supportive Staff", quote: "Best hospital experience in Mau.", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-sitting-sofa-home_839833-34080.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg" },
|
||||
{ id: "4", name: "Patient D", date: "2024", title: "Caring Environment", quote: "Clean, well-maintained and caring.", tag: "Recovery", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-indoors_23-2149248707.jpg" },
|
||||
{ id: "5", name: "Patient E", date: "2024", title: "Excellent Service", quote: "Staff behaviour is excellent.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-indoors_23-2149248707.jpg", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg" },
|
||||
]}
|
||||
title="Voices of Recovery"
|
||||
description="Read what our patients have to say about our care."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Need Urgent Care?"
|
||||
description="Atlas Hospital & Trauma Centre is located in Khiribagh, Bhiti, Mau. We are open 24 hours."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 094532 32379",
|
||||
href: "tel:09453232379",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/...",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Need Urgent Care?"
|
||||
description="Atlas Hospital & Trauma Centre is located in Khiribagh, Bhiti, Mau. We are open 24 hours."
|
||||
buttons={[{ text: "Call Now: 094532 32379", href: "tel:09453232379" }, { text: "Get Directions", href: "https://maps.app.goo.gl/..." }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Atlas Hospital",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#specialties",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "094532 32379",
|
||||
href: "tel:09453232379",
|
||||
},
|
||||
{
|
||||
label: "Bhiti, Mau",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Atlas Hospital & Trauma Centre"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{ title: "Atlas Hospital", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#specialties" }] },
|
||||
{ title: "Contact", items: [{ label: "094532 32379", href: "tel:09453232379" }, { label: "Bhiti, Mau", href: "#contact" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Atlas Hospital & Trauma Centre"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user