From 4281d95aeae12f2b3209e9f553cf586a07fa4d35 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 08:20:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d730168..16797c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,13 +173,13 @@ export default function Page() { description="Always exploring new technologies, crafting innovative solutions, and pushing the boundaries of what's possible in web development." metrics={[ { - id: "1", value: "Next.js 14", title: "App Router", description: "Server components & dynamic routing" + id: "1", value: "Next.js 14", title: "App Router", description: "Server components & dynamic routing", imageSrc: "http://img.b2bpic.net/free-photo/young-male-white-shirt-pants-standing-with-crossed-arms-looking-elegant_176474-17246.jpg", imageAlt: "Next.js 14 App Router" }, { - id: "2", value: "AI Integration", title: "Machine Learning", description: "Embedding AI models in web apps" + id: "2", value: "AI Integration", title: "Machine Learning", description: "Embedding AI models in web apps", imageSrc: "http://img.b2bpic.net/free-photo/young-male-white-shirt-pants-standing-with-crossed-arms-looking-elegant_176474-17246.jpg", imageAlt: "AI Integration Machine Learning" }, { - id: "3", value: "Web3", title: "Blockchain", description: "Exploring decentralized applications" + id: "3", value: "Web3", title: "Blockchain", description: "Exploring decentralized applications", imageSrc: "http://img.b2bpic.net/free-photo/young-male-white-shirt-pants-standing-with-crossed-arms-looking-elegant_176474-17246.jpg", imageAlt: "Web3 Blockchain" } ]} animationType="slide-up" -- 2.49.1