Update src/app/page.tsx

This commit is contained in:
2026-03-11 16:30:59 +00:00
parent abffdedfd6
commit 4a42ed46ae

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}