From 47a6c2a4426cbe795f46c0c83ace8564d846c9be Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:00:59 +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 f93c3bd..e62821e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,10 +82,10 @@ export default function LandingPage() { id: "1", name: "Web Design", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg", imageAlt: "Web design service" }, { - id: "2", name: "Brand Identity", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Brand identity design" + id: "2", name: "Brand Identity", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=1", imageAlt: "Brand identity design" }, { - id: "3", name: "Digital Strategy", price: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Strategic digital consulting" + id: "3", name: "Digital Strategy", price: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=2", imageAlt: "Strategic digital consulting" } ]} gridVariant="three-columns-all-equal-width"