Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e79068776f | |||
| fdbe2431fa | |||
| 4a42ed46ae | |||
| abffdedfd6 | |||
| ecb4c44416 | |||
| cf1a6f8427 |
@@ -52,7 +52,7 @@ export default function PortfolioPage() {
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "View My Work", href: "#projects" },
|
||||
{ text: "Let's Talk", href: "#contact" }
|
||||
{ text: "Schedule Consultation", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
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."
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user