Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 08:45:31 +00:00

View File

@@ -61,15 +61,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Priya Sharma", handle: "Patient, Katraj", testimonial: "Doctor is the best! Treatment was excellent and staff was very supportive.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg?_wi=1"
},
{
name: "Rajesh Kumar", handle: "Patient, Ambegaon", testimonial: "Very nice experience. All staff is helpful and professional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1"
},
{
name: "Anjali Desai", handle: "Patient, Bharati Vidyapeeth", testimonial: "Well connected hospital in convenient location with excellent care.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=1"
},
]}
testimonialRotationInterval={5000}
@@ -100,7 +100,7 @@ export default function LandingPage() {
tag="Modern Surgical Care"
tagIcon={Heart}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg"
imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg?_wi=1"
imageAlt="Samarth Hospital - Modern Medical Facility"
useInvertedBackground={false}
buttons={[{ text: "Learn More", href: "#services" }]}
@@ -195,15 +195,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", role: "Patient", company: "Katraj", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg?_wi=2"
},
{
id: "2", name: "Rajesh Kumar", role: "Patient", company: "Ambegaon Pathar", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2"
},
{
id: "3", name: "Anjali Desai", role: "Patient", company: "Bharati Vidyapeeth", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=2"
},
{
id: "4", name: "Vikram Singh", role: "Patient", company: "Shriram Nagar", rating: 5,
@@ -249,7 +249,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Additional details or preferred appointment date", rows: 4, required: false }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg"
imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg?_wi=2"
imageAlt="Hospital facility"
mediaAnimation="blur-reveal"
mediaPosition="right"