From 3093a09c3e1d3ac74bb1778563b1ec1ef759df8f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:54:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 011e001..c2cfc88 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1389,4 +1389,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From a916ddf0b085583c2d3df3e2372c02976d7e8c04 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:54:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8667eae..1f86fcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,6 +98,18 @@ export default function HomePage() { features={[ { id: 1, + 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?_wi=1", imageAlt: "Emergency alert interface" + }, + phoneTwo: { + imageSrc: + "http://img.b2bpic.net/free-photo/emergency-call-urgent-accidental-hotline-paramedic-concept_53876-125088.jpg?_wi=2", imageAlt: "Emergency priority recommendations" + }, + }, + { + id: 2, 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: @@ -109,7 +121,7 @@ export default function HomePage() { }, }, { - id: 2, + id: 3, 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: @@ -121,7 +133,7 @@ export default function HomePage() { }, }, { - id: 3, + id: 4, 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: @@ -132,18 +144,6 @@ export default function HomePage() { "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?_wi=1", imageAlt: "Emergency alert interface" - }, - phoneTwo: { - imageSrc: - "http://img.b2bpic.net/free-photo/emergency-call-urgent-accidental-hotline-paramedic-concept_53876-125088.jpg?_wi=2", imageAlt: "Emergency priority recommendations" - }, - }, ]} showStepNumbers={true} textboxLayout="default" @@ -256,4 +256,4 @@ export default function HomePage() { /> ); -} +} \ No newline at end of file -- 2.49.1