Update src/app/about/page.tsx
This commit is contained in:
@@ -51,7 +51,7 @@ export default function AboutPage() {
|
||||
{ value: "Expert", label: "Compassionate Care" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-doctor-is-unhappy-posing_179666-43652.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-doctor-is-unhappy-posing_179666-43652.jpg?_wi=1"
|
||||
imageAlt="Red Barn Veterinary Team"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -80,7 +80,7 @@ export default function AboutPage() {
|
||||
id: "1",
|
||||
name: "Dr. Sarah March, DVM",
|
||||
role: "Founder & Lead Veterinarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-is-unhappy-posing_179666-43652.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-is-unhappy-posing_179666-43652.jpg?_wi=2",
|
||||
imageAlt: "Dr. Sarah March",
|
||||
},
|
||||
]}
|
||||
@@ -97,9 +97,9 @@ export default function AboutPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Robert & Linda Thompson", imageSrc: "http://img.b2bpic.net/free-photo/positive-lay-with-blonde-hair-striped-shirt-smiling-hugging-corgi-posing-with-man-white-modern-shirt-park_197531-19114.jpg", imageAlt: "Thompson Family" },
|
||||
{ id: "2", name: "Maria Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-mug-her-hand_23-2150656213.jpg", imageAlt: "Maria Rodriguez" },
|
||||
{ id: "3", name: "James Patterson", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg", imageAlt: "James Patterson" },
|
||||
{ id: "4", name: "Patricia Chen", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14512.jpg", imageAlt: "Patricia Chen" },
|
||||
{ id: "2", name: "Maria Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-mug-her-hand_23-2150656213.jpg?_wi=2", imageAlt: "Maria Rodriguez" },
|
||||
{ id: "3", name: "James Patterson", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg?_wi=2", imageAlt: "James Patterson" },
|
||||
{ id: "4", name: "Patricia Chen", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14512.jpg?_wi=2", imageAlt: "Patricia Chen" },
|
||||
]}
|
||||
cardTitle="Voices of Trust"
|
||||
cardTag="Community Stories"
|
||||
|
||||
Reference in New Issue
Block a user