8 Commits

Author SHA1 Message Date
6f4d7cea7f Update src/app/page.tsx 2026-04-18 09:35:42 +00:00
e07625d1cf Merge version_3 into main
Merge version_3 into main
2026-04-18 09:33:38 +00:00
c3a92c4bbf Update src/app/page.tsx 2026-04-18 09:33:35 +00:00
f2deb14fae Merge version_2 into main
Merge version_2 into main
2026-04-18 09:31:25 +00:00
c8b034a09c Update src/app/page.tsx 2026-04-18 09:31:19 +00:00
6474b20bfb Merge version_1 into main
Merge version_1 into main
2026-04-18 09:27:56 +00:00
e5c8c3c36e Merge version_1 into main
Merge version_1 into main
2026-04-18 09:27:33 +00:00
41a99cb621 Merge version_1 into main
Merge version_1 into main
2026-04-18 09:27:06 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Indore Trauma Centre"
description="Compassionate Care. Advanced Treatment. Trusted by Families Across Indore."
description="Immediate, compassionate trauma care in Indore. Available 24/7 for life-saving support when you need it most."
testimonials={[
{ name: "Rahul Verma", handle: "@rahulv", testimonial: "Excellent care and friendly staff. Truly a life-saving experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-architecture-office-business-building-with-glass-window-shape_74190-6438.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" },
{ name: "Sunita Sharma", handle: "@sunitas", testimonial: "Felt like family. The treatment was affordable and professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/emergency-room-hallway-with-illuminated-sign_23-2151997621.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" },
@@ -53,7 +53,7 @@ export default function LandingPage() {
{ name: "Priya Singh", handle: "@priyas", testimonial: "Smooth process from admission to recovery. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-plastic-baby-boy-essentials-collection_58702-17446.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" },
{ name: "Vikram Sethi", handle: "@vikrams", testimonial: "Excellent diagnostics and very supportive environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pediatrician-doctor-consulting-lungs-listening-heartbeat-using-medical-stethoscope_482257-20375.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" },
]}
buttons={[{ text: "Book Appointment", href: "#contact" }, { text: "Emergency", href: "tel:1234567890" }]}
buttons={[{ text: "Book a Consultation", href: "#contact" }, { text: "Call Emergency Line", href: "tel:1234567890" }]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-architecture-office-business-building-with-glass-window-shape_74190-6438.jpg?_wi=2"
imageAlt="Indore Trauma Centre Exterior"
avatars={[
@@ -167,7 +167,7 @@ export default function LandingPage() {
title="Need Immediate Care?"
description="Our medical team is ready 24/7 to provide the support and emergency treatment you need."
inputPlaceholder="Enter your email for updates"
buttonText="Call Now"
buttonText="Call Emergency Line Now"
/>
</div>
@@ -181,4 +181,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}