From 3347df50615a5f9b399320011e7f8698a867e21c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:44:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8adfc9a..a17622d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { }, { id: "2", title: "Livestock & Cattle Products", tags: ["Preventive", "Therapeutic", "Farm-Ready"], - imageSrc: "http://img.b2bpic.net/free-photo/veterinary-lab-robe-standing-cowshed_1303-31048.jpg?_wi=1", imageAlt: "livestock care cattle health farm animals agricultural veterinary products animal husbandry" + imageSrc: "http://img.b2bpic.net/free-photo/veterinary-lab-robe-standing-cowshed_1303-31048.jpg", imageAlt: "livestock care cattle health farm animals agricultural veterinary products animal husbandry" }, { id: "3", title: "Poultry & Chicken Care", tags: ["Health Management", "Production Support", "Bulk Available"], @@ -121,10 +121,11 @@ export default function LandingPage() { { value: "4.6★", title: "Customer Rating (22+ Reviews)" }, { value: "13+", title: "Years of Service" } ]} - imageSrc="http://img.b2bpic.net/free-photo/veterinary-lab-robe-standing-cowshed_1303-31048.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/veterinary-lab-robe-standing-cowshed_1303-31048.jpg" imageAlt="pharmacy interior veterinary service" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1