Update src/app/contact/page.tsx

This commit is contained in:
2026-03-19 10:54:26 +00:00
parent e50f95acea
commit c578f279dd

View File

@@ -85,7 +85,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="https://images.unsplash.com/photo-1576091160575-2173dba999ef?w=800&h=600&fit=crop"
imageSrc="https://images.unsplash.com/photo-1576091160575-2173dba999ef?w=800&h=600&fit=crop&_wi=2"
imageAlt="Clinic reception area for appointment booking"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -123,13 +123,13 @@ export default function ContactPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "testimonial-1", name: "Priya Sharma", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop", imageAlt: "Priya Sharma - Patient at Jain Physiotherapy Clinic"},
id: "testimonial-1", name: "Priya Sharma", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop&_wi=2", imageAlt: "Priya Sharma - Patient at Jain Physiotherapy Clinic"},
{
id: "testimonial-2", name: "Rajesh Kumar", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "Rajesh Kumar - Satisfied patient testimonial"},
id: "testimonial-2", name: "Rajesh Kumar", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop&_wi=2", imageAlt: "Rajesh Kumar - Satisfied patient testimonial"},
{
id: "testimonial-3", name: "Anika Patel", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop", imageAlt: "Anika Patel - Patient review from clinic"},
id: "testimonial-3", name: "Anika Patel", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop&_wi=2", imageAlt: "Anika Patel - Patient review from clinic"},
{
id: "testimonial-4", name: "Vikram Singh", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop", imageAlt: "Vikram Singh - Recovered patient at our facility"},
id: "testimonial-4", name: "Vikram Singh", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop&_wi=2", imageAlt: "Vikram Singh - Recovered patient at our facility"},
]}
cardTitle="What Our Patients Say"
cardTag="Patient Reviews"