Update src/app/page.tsx

This commit is contained in:
2026-04-17 07:30:29 +00:00
parent 77be34327b
commit ec8bdec6d0

View File

@@ -32,14 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home / होम", id: "home"},
{
name: "About / हमारे बारे में", id: "about"},
{
name: "Services / सेवाएँ", id: "services"},
{
name: "Contact / संपर्क", id: "contact"},
{ name: "Home / होम", id: "home" },
{ name: "About / हमारे बारे में", id: "about" },
{ name: "Services / सेवाएँ", id: "services" },
{ name: "Contact / संपर्क", id: "contact" },
]}
brandName="Hospital Bihar / अस्पताल बिहार"
/>
@@ -47,14 +43,12 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroLogoBillboard
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars" }}
logoText="हॉस्पिटल बिहार
Hospital Bihar"
description="Quality healthcare services for our local community with trust and excellence. आपकी सेवा में तत्पर - बेहतर स्वास्थ्य, बेहतर कल।"
buttons={[
{
text: "Book Appointment / अपॉइंटमेंट बुक करें", href: "#contact"},
{ text: "Book Appointment / अपॉइंटमेंट बुक करें", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/hospital-staff-looking-after-patient_23-2148906596.jpg?_wi=1"
mediaAnimation="slide-up"
@@ -68,12 +62,9 @@ Hospital Bihar"
title="Our Mission / हमारा उद्देश्य"
description="Dedicated to providing professional healthcare services to the people of Bihar with compassion and care."
bulletPoints={[
{
title: "Advanced Care / आधुनिक देखभाल", description: "State of the art medical facilities for everyone."},
{
title: "Expert Doctors / विशेषज्ञ डॉक्टर", description: "Leading medical professionals at your service."},
{
title: "24/7 Support / 24/7 सेवा", description: "Available round the clock for emergencies."},
{ title: "Advanced Care / आधुनिक देखभाल", description: "State of the art medical facilities for everyone." },
{ title: "Expert Doctors / विशेषज्ञ डॉक्टर", description: "Leading medical professionals at your service." },
{ title: "24/7 Support / 24/7 सेवा", description: "Available round the clock for emergencies." },
]}
imageSrc="http://img.b2bpic.net/free-photo/medical-team-working-together_23-2148906597.jpg?_wi=1"
mediaAnimation="slide-up"
@@ -186,6 +177,7 @@ Hospital Bihar"
inputPlaceholder="Enter your email for updates"
buttonText="Sign Up"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>