3 Commits

Author SHA1 Message Date
861c2249a4 Merge version_3 into main
Merge version_3 into main
2026-03-21 18:16:22 +00:00
59c3760311 Update src/app/page.tsx 2026-03-21 18:16:18 +00:00
06c86f99cb Merge version_2 into main
Merge version_2 into main
2026-03-21 18:10:13 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Book Appointment", href: "#contact"
text: "Schedule Your Appointment Now", href: "#contact"
}}
/>
</div>
@@ -51,7 +51,7 @@ export default function LandingPage() {
tagIcon={Heart}
tagAnimation="slide-up"
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Schedule Your Appointment Now", href: "#contact" },
{ text: "Call Now", href: "tel:+917205792463" }
]}
buttonAnimation="slide-up"
@@ -153,9 +153,6 @@ export default function LandingPage() {
tagIcon={Heart}
tagAnimation="slide-up"
testimonials={[
{
id: "testimonial-5", name: "Vikram Desai", role: "Retired Professional", testimonial: "After multiple health issues, I found genuine care here. The doctors follow up regularly and ensure comprehensive treatment. Best clinic in the area.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-women-laughing-together_23-2148354896.jpg", imageAlt: "Vikram Desai", icon: Heart
},
{
id: "testimonial-1", name: "Rajesh Kumar", role: "Business Owner", testimonial: "Excellent service and very professional doctors. They took time to understand my health concerns and provided comprehensive treatment. Highly recommended for anyone in Bhubaneswar.", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "Rajesh Kumar", icon: Heart
},
@@ -168,6 +165,9 @@ export default function LandingPage() {
{
id: "testimonial-4", name: "Meera Singh", role: "Educator", testimonial: "I brought my kids for vaccination and regular checkups. The doctors are very patient with children and made the experience comfortable. Truly a patient-centric clinic.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-with-crossed-arms_23-2147970919.jpg", imageAlt: "Meera Singh", icon: Heart
},
{
id: "testimonial-5", name: "Vikram Desai", role: "Retired Professional", testimonial: "After multiple health issues, I found genuine care here. The doctors follow up regularly and ensure comprehensive treatment. Best clinic in the area.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-women-laughing-together_23-2148354896.jpg", imageAlt: "Vikram Desai", icon: Heart
},
{
id: "testimonial-6", name: "Anjali Reddy", role: "Artist", testimonial: "The emergency care was prompt and efficient. Felt safe and well-cared for during a critical time. Will always recommend Utkal Clinic.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-healthcare-worker-posing-white-wall_114579-64266.jpg", imageAlt: "Anjali Reddy", icon: Heart
}