1 Commits

Author SHA1 Message Date
cf9a08ddee Update src/app/page.tsx 2026-04-02 16:16:17 +00:00

View File

@@ -42,8 +42,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "gradient-bars" }}
title="Trusted 24/7 Emergency & Trauma Care in Mau"
description="Atlas Hospital & Trauma Centre offers expert, compassionate medical care for trauma, orthopedics, and beyond. Your health, our priority."
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"
@@ -146,7 +146,7 @@ export default function LandingPage() {
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/..." }]}
buttons={[{ text: "Call Now: 094532 32379", href: "tel:09453232379" }, { text: "View Map & Get Directions", href: "https://maps.app.goo.gl/..." }]}
/>
</div>
@@ -162,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}