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"