From 9dfcaf61e38020b855d72d3b46e9e37e3bfdfaa4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:58:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88d5102..3e5a4b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,11 +153,11 @@ export default function LandingPage() { products={[ { id: "collavia-ai-product", brand: "Collavia®", name: "AI-Powered Workforce Solutions", price: "Learn More", rating: 5, - reviewCount: "5.0", imageSrc: "http://img.b2bpic.net/free-photo/experts-using-ai-computing-simulation_482257-80913.jpg", imageAlt: "Collavia AI Futuristic Interface" + reviewCount: "5.0", imageSrc: "http://img.b2bpic.net/free-photo/experts-using-ai-computing-simulation_482257-80913.jpg?_wi=1", imageAlt: "Collavia AI Futuristic Interface" }, { id: "collavia-ai-product-2", brand: "Collavia®", name: "AI-Driven Operations Platform", price: "Request Demo", rating: 4, - reviewCount: "4.8", imageSrc: "http://img.b2bpic.net/free-photo/experts-using-ai-computing-simulation_482257-80913.jpg", imageAlt: "Collavia AI Operational Interface" + reviewCount: "4.8", imageSrc: "http://img.b2bpic.net/free-photo/experts-using-ai-computing-simulation_482257-80913.jpg?_wi=2", imageAlt: "Collavia AI Operational Interface" } ]} gridVariant="uniform-all-items-equal"