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" },