From e2303eac133847477ed4c0a882ee5a171057adf9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 16:39:28 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c9baf54..efd3f65 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -34,7 +34,7 @@ export default function HomePage() { sectionDescription="Built for the future: modern stacks, optimized performance, and business-first logic." items={[ { - title: "Architecture Design", description: "Database schema planning and robust backend architecture design.", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-business-presentation-practicing-front-mirror_73899-54482.jpg", tag: "Strategy"}, + title: "Architecture Design", description: "Database schema planning and robust backend architecture design.", imageSrc: "https://images.pexels.com/photos/6913227/pexels-photo-6913227.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=6913227", tag: "Strategy"}, { title: "Web Development", description: "Modern interfaces with Next.js, TypeScript, and Tailwind CSS.", imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-front-side_187299-45145.jpg", tag: "Frontend"}, { -- 2.49.1