From 4a42ed46ae5c1ab2e2f8dc68e7567cfcb57b524d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:30:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a44f22b..e25ccf6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,8 @@ export default function PortfolioPage() { description="With 5 years of fullstack development experience, I've successfully delivered 30+ projects for midmarket companies, startups, and enterprises. My expertise spans modern JavaScript frameworks, cloud infrastructure, database design, and mobile development. I specialize in building scalable applications that solve real business problems with clean, maintainable code and exceptional user experiences." metrics={[ { value: "30+", title: "Projects Delivered" }, - { value: "15+", title: "Happy Clients" } + { value: "15+", title: "Happy Clients" }, + { value: "5+", title: "Years Experience" } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ao5hN8S4nLi8YzFf6tIJghBKwH/modern-developer-workspace-showing-fulls-1773246286809-10373734.png" imageAlt="Developer workspace with multiple monitors" @@ -231,4 +232,4 @@ export default function PortfolioPage() { ); -} +} \ No newline at end of file