From 8531036535668a3136aae57c94c5f1d54d2201bc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:07:16 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0cebb08..a8b1a94 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -107,15 +107,15 @@ export default function AboutPage() { { id: "1", name: "Dr. Jennifer Martinez", role: "Licensed Veterinarian", testimonial: "I recommend this platform to my clients. It provides accurate first aid guidance that helps owners respond appropriately before reaching our clinic. It's a valuable tool that respects the importance of professional veterinary care.", imageSrc: - "http://img.b2bpic.net/free-photo/experienced-florist-holding-dog-smiles_23-2148435668.jpg", imageAlt: "Dr. Jennifer Martinez, veterinarian"}, + "http://img.b2bpic.net/free-photo/experienced-florist-holding-dog-smiles_23-2148435668.jpg?_wi=2", imageAlt: "Dr. Jennifer Martinez, veterinarian"}, { id: "2", name: "Thomas Lee", role: "Animal Rescue Director", testimonial: "Our rescue organization uses PetCare AI for initial assessment of injured animals. The emergency detection feature has helped us prioritize which animals need immediate critical care. It's an invaluable resource.", imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Thomas Lee, animal rescue director"}, + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Thomas Lee, animal rescue director"}, { id: "3", name: "Dr. Priya Sharma", role: "Veterinary Surgeon", testimonial: "The platform's commitment to safety and accuracy is commendable. It never tries to replace veterinary diagnosis but instead empowers owners to provide better immediate care. That's exactly what's needed.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Dr. Priya Sharma, veterinary surgeon"}, + "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2", imageAlt: "Dr. Priya Sharma, veterinary surgeon"}, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1 From 37d2adfddd7e61272d8de0846451e2807cd7f24f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:07:17 +0000 Subject: [PATCH 2/4] Update src/app/chat/page.tsx --- src/app/chat/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx index 6e445ba..12a46c0 100644 --- a/src/app/chat/page.tsx +++ b/src/app/chat/page.tsx @@ -79,7 +79,7 @@ export default function ChatPage() { ]} buttonAnimation="slide-up" background={{ variant: "canvas-reveal" }} - imageSrc="http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg" + imageSrc="http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=3" imageAlt="Chat interface for asking pet health questions" /> @@ -94,30 +94,30 @@ export default function ChatPage() { title: "Describe Your Pet's Situation", description: "Simply tell us about your pet, their symptoms, or the situation they're in. Include as much detail as you're comfortable sharing.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg", imageAlt: "Typing pet health question"}, + "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=4", imageAlt: "Typing pet health question"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg", imageAlt: "Submit your question"}, + "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=5", imageAlt: "Submit your question"}, }, { id: 2, title: "Get Structured Guidance", description: "Our AI analyzes the information and provides step-by-step guidance covering possible causes, first aid measures, safe remedies, and veterinary recommendations.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg", imageAlt: "Receiving guidance response"}, + "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=6", imageAlt: "Receiving guidance response"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg", imageAlt: "Detailed recommendations"}, + "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=7", imageAlt: "Detailed recommendations"}, }, { id: 3, title: "Upload Photos for Visual Analysis", description: "Optionally upload photos of your pet's injury or condition. Our AI analyzes visual symptoms and provides more targeted guidance.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-vector/people-taking-photo-mobile-phone-he-chose-picture-from-gallery-use_1150-51073.jpg", imageAlt: "Photo upload interface"}, + "http://img.b2bpic.net/free-vector/people-taking-photo-mobile-phone-he-chose-picture-from-gallery-use_1150-51073.jpg?_wi=3", imageAlt: "Photo upload interface"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/people-taking-photo-mobile-phone-he-chose-picture-from-gallery-use_1150-51073.jpg", imageAlt: "Photo analysis results"}, + "http://img.b2bpic.net/free-vector/people-taking-photo-mobile-phone-he-chose-picture-from-gallery-use_1150-51073.jpg?_wi=4", imageAlt: "Photo analysis results"}, }, ]} showStepNumbers={true} -- 2.49.1 From 777ed825ac7954e7d9e40539ee90d091597de86d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:07:17 +0000 Subject: [PATCH 3/4] Update src/app/emergency/page.tsx --- src/app/emergency/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/emergency/page.tsx b/src/app/emergency/page.tsx index fc06ab5..d09446b 100644 --- a/src/app/emergency/page.tsx +++ b/src/app/emergency/page.tsx @@ -79,7 +79,7 @@ export default function EmergencyPage() { ]} buttonAnimation="slide-up" background={{ variant: "canvas-reveal" }} - imageSrc="http://img.b2bpic.net/free-photo/emergency-call-urgent-accidental-hotline-paramedic-concept_53876-125088.jpg" + imageSrc="http://img.b2bpic.net/free-photo/emergency-call-urgent-accidental-hotline-paramedic-concept_53876-125088.jpg?_wi=3" imageAlt="Emergency first aid guidance and response protocols" /> -- 2.49.1 From 77a6f3bc578c2fda76e99d624e63829c42769253 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:07:18 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 906d510..ce4475e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,40 +101,40 @@ export default function HomePage() { title: "AI Chat Assistant", description: "Ask questions about your pet's symptoms and get structured guidance on possible causes, immediate first aid, safe home remedies, and when to visit a veterinarian.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg", imageAlt: "Chat interface for pet health questions"}, + "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=1", imageAlt: "Chat interface for pet health questions"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg", imageAlt: "Chat interface response view"}, + "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=2", imageAlt: "Chat interface response view"}, }, { id: 2, title: "Image Upload Analysis", description: "Upload photos of your injured or sick animal for AI-powered analysis. Receive visual symptom assessment and personalized guidance based on what the AI observes.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-vector/people-taking-photo-mobile-phone-he-chose-picture-from-gallery-use_1150-51073.jpg", imageAlt: "Image upload interface"}, + "http://img.b2bpic.net/free-vector/people-taking-photo-mobile-phone-he-chose-picture-from-gallery-use_1150-51073.jpg?_wi=1", imageAlt: "Image upload interface"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-vector/people-taking-photo-mobile-phone-he-chose-picture-from-gallery-use_1150-51073.jpg", imageAlt: "Image analysis results"}, + "http://img.b2bpic.net/free-vector/people-taking-photo-mobile-phone-he-chose-picture-from-gallery-use_1150-51073.jpg?_wi=2", imageAlt: "Image analysis results"}, }, { id: 3, title: "Stray Animal Helper", description: "Found an injured stray? Step-by-step guidance on how to safely approach, provide first aid, and connect with local rescue services and veterinarians.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-59297.jpg", imageAlt: "Stray animal care guidance"}, + "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-59297.jpg?_wi=1", imageAlt: "Stray animal care guidance"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-59297.jpg", imageAlt: "Connecting with rescue services"}, + "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-59297.jpg?_wi=2", imageAlt: "Connecting with rescue services"}, }, { id: 4, title: "Emergency Detection", description: "Our AI immediately recognizes serious symptoms like heavy bleeding, seizures, or poisoning and prioritizes urgent veterinary care recommendations.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/emergency-call-urgent-accidental-hotline-paramedic-concept_53876-125088.jpg", imageAlt: "Emergency alert interface"}, + "http://img.b2bpic.net/free-photo/emergency-call-urgent-accidental-hotline-paramedic-concept_53876-125088.jpg?_wi=1", imageAlt: "Emergency alert interface"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/emergency-call-urgent-accidental-hotline-paramedic-concept_53876-125088.jpg", imageAlt: "Emergency priority recommendations"}, + "http://img.b2bpic.net/free-photo/emergency-call-urgent-accidental-hotline-paramedic-concept_53876-125088.jpg?_wi=2", imageAlt: "Emergency priority recommendations"}, }, ]} showStepNumbers={true} @@ -187,15 +187,15 @@ export default function HomePage() { { id: "1", name: "Maria Garcia", role: "Dog Owner", testimonial: "When my golden retriever got injured, this platform gave me clear first aid steps while I waited for the vet. It was incredibly reassuring and the guidance was so easy to follow.", imageSrc: - "http://img.b2bpic.net/free-photo/experienced-florist-holding-dog-smiles_23-2148435668.jpg", imageAlt: "Maria Garcia, satisfied pet owner"}, + "http://img.b2bpic.net/free-photo/experienced-florist-holding-dog-smiles_23-2148435668.jpg?_wi=1", imageAlt: "Maria Garcia, satisfied pet owner"}, { id: "2", name: "James Chen", role: "Cat Parent", testimonial: "The image upload feature helped me understand what was wrong with my cat before the vet appointment. Knowing what to expect made the experience less stressful for both of us.", imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "James Chen, happy customer"}, + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "James Chen, happy customer"}, { id: "3", name: "Sarah Williams", role: "Veterinary Assistant", testimonial: "I recommended this to pet owner clients. It's safe, accurate, and doesn't replace veterinary care—it just empowers people to help their pets better in emergencies.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Sarah Williams, veterinary professional"}, + "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1", imageAlt: "Sarah Williams, veterinary professional"}, { id: "4", name: "Ahmed Patel", role: "Animal Rescue Volunteer", testimonial: "The stray animal guide has been invaluable. I've used it multiple times to help injured animals safely and connect them with local vets. It's a game-changer for rescue work.", imageSrc: -- 2.49.1