Update src/app/page.tsx

This commit is contained in:
2026-03-16 13:51:21 +00:00
parent 9a0cb89f3f
commit 175deebbd0

View File

@@ -96,21 +96,21 @@ export default function HomePage() {
id: 1,
title: "Preventative Care",
description: "Regular wellness exams, vaccinations, and health screenings to keep your pet thriving year-round.",
imageSrc: "http://img.b2bpic.net/free-photo/female-veterinarian-examining-sick-dog-lying-table-clinic_23-2147928387.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-veterinarian-examining-sick-dog-lying-table-clinic_23-2147928387.jpg?_wi=1",
imageAlt: "Pet wellness examination",
},
{
id: 2,
title: "Diagnostic Services",
description: "Advanced diagnostics including lab work, imaging, and ultrasound to identify and address health concerns early.",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-x-ray-machine-examine-patient_1170-2264.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-using-x-ray-machine-examine-patient_1170-2264.jpg?_wi=1",
imageAlt: "Veterinary diagnostic equipment",
},
{
id: 3,
title: "Senior Pet Specialists",
description: "Specialized care for aging pets with gentle attention, pain management, and quality-of-life support.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-teaching-her-grandfather-how-use-laptop_1157-30564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-teaching-her-grandfather-how-use-laptop_1157-30564.jpg?_wi=1",
imageAlt: "Senior pet care consultation",
},
]}
@@ -123,10 +123,10 @@ export default function HomePage() {
<div id="testimonials-home" data-section="testimonials-home">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14512.jpg", imageAlt: "Sarah Johnson" },
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14512.jpg?_wi=1", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-caucasian-man-with-beard-dressed-t-shirt-looking-smiling-with-happy-cheerful-expression-sitting-sidewalk-restaurant-sunny-day-waiting-friends_273609-6600.jpg", imageAlt: "Michael Chen" },
{ id: "3", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-mug-her-hand_23-2150656213.jpg", imageAlt: "Jennifer Martinez" },
{ id: "4", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg", imageAlt: "David Wilson" },
{ id: "3", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-mug-her-hand_23-2150656213.jpg?_wi=1", imageAlt: "Jennifer Martinez" },
{ id: "4", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg?_wi=1", imageAlt: "David Wilson" },
]}
cardTitle="Trusted by Sidney Pet Families"
cardTag="Real Stories"
@@ -162,7 +162,7 @@ export default function HomePage() {
]}
textarea={{ name: "message", placeholder: "Tell us about your pet or your question...", rows: 4 }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/queue-vet_329181-10388.jpg"
imageSrc="http://img.b2bpic.net/free-photo/queue-vet_329181-10388.jpg?_wi=1"
imageAlt="Red Barn Veterinary Clinic"
mediaAnimation="blur-reveal"
mediaPosition="right"