7 Commits

Author SHA1 Message Date
d88344bc33 Merge version_3 into main
Merge version_3 into main
2026-03-11 16:42:51 +00:00
e79068776f Update src/app/page.tsx 2026-03-11 16:42:47 +00:00
fdbe2431fa Merge version_2 into main
Merge version_2 into main
2026-03-11 16:31:03 +00:00
4a42ed46ae Update src/app/page.tsx 2026-03-11 16:30:59 +00:00
abffdedfd6 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:27:07 +00:00
ecb4c44416 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:26:42 +00:00
cf1a6f8427 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:25:42 +00:00

View File

@@ -52,7 +52,7 @@ export default function PortfolioPage() {
background={{ variant: "canvas-reveal" }} background={{ variant: "canvas-reveal" }}
buttons={[ buttons={[
{ text: "View My Work", href: "#projects" }, { text: "View My Work", href: "#projects" },
{ text: "Let's Talk", href: "#contact" } { text: "Schedule Consultation", href: "#contact" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ao5hN8S4nLi8YzFf6tIJghBKwH/a-sleek-fullstack-development-dashboard--1773246286835-83ab44a9.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ao5hN8S4nLi8YzFf6tIJghBKwH/a-sleek-fullstack-development-dashboard--1773246286835-83ab44a9.png"
@@ -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." 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={[ metrics={[
{ value: "30+", title: "Projects Delivered" }, { 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" 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" imageAlt="Developer workspace with multiple monitors"
@@ -231,4 +232,4 @@ export default function PortfolioPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }