From 48ef1c6db6980367eb07d8b16d66f63120a8f7b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:10:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4eb070b..a10d9de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,8 @@ export default function WebAgency2Page() { rating={5} ratingText="Rated 5/5 by enterprise clients" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-brain-futuristic-data-center_23-2152029074.jpg", imageAlt: "AI Automation Concept" } + { imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-brain-futuristic-data-center_23-2152029074.jpg", imageAlt: "AI Automation Concept" }, + { imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-concept_23-2152029078.jpg", imageAlt: "Digital Transformation" } ]} buttons={[ { text: "Schedule Demo", href: "#contact" }, -- 2.49.1