From 8f2c82c0811a3130d58a69aacf2e04bbb5308a0d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 08:21:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16797c6..91ffc33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function Page() { ]} buttonAnimation="slide-up" background={{ variant: "gradient-bars" }} - imageSrc="http://img.b2bpic.net/free-photo/young-male-white-shirt-pants-standing-with-crossed-arms-looking-elegant_176474-17246.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-male-white-shirt-pants-standing-with-crossed-arms-looking-elegant_176474-17246.jpg?_wi=1" imageAlt="Krish - Frontend Developer" mediaAnimation="slide-up" frameStyle="card" @@ -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", 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: "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?_wi=2", imageAlt: "Next.js 14 App Router" }, { - 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: "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?_wi=3", imageAlt: "AI Integration Machine Learning" }, { - 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" + 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?_wi=4", imageAlt: "Web3 Blockchain" } ]} animationType="slide-up" -- 2.49.1