Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-02 16:16:24 +00:00

View File

@@ -42,8 +42,8 @@ export default function LandingPage() {
<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."
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."
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"
@@ -162,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}