Merge version_1 into main #1

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

View File

@@ -60,13 +60,13 @@ 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}
useInvertedBackground={false}
@@ -95,7 +95,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" }]}
@@ -178,13 +178,13 @@ 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,
imageSrc: "http://img.b2bpic.net/free-photo/serious-doctor-discussing-with-senior-couple-about-their-medical-documents-appointment-clinic_637285-1493.jpg"},
@@ -227,7 +227,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"