diff --git a/src/app/page.tsx b/src/app/page.tsx index 27e147e..ab7539b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Explore My Portfolio", href: "/portfolio" + text: "View My Work", href: "/portfolio" }, { text: "Contact Me", href: "/contact" @@ -192,16 +192,16 @@ export default function HomePage() { animationType="slide-up" metrics={[ { - id: "metric-1", value: "50+", title: "Projects Completed", description: "Successfully delivered across web, mobile, and branding" + id: "metric-1", value: "50+", title: "Successful Projects Delivered", description: "Across web, mobile, and branding with consistent excellence" }, { - id: "metric-2", value: "35+", title: "Happy Clients", description: "Building lasting relationships through quality work" + id: "metric-2", value: "35+", title: "Satisfied Clients Worldwide", description: "Building lasting relationships through quality results" }, { - id: "metric-3", value: "5+", title: "Years Experience", description: "Continuously growing and learning new technologies" + id: "metric-3", value: "5+", title: "Years Of Professional Experience", description: "Continuously growing expertise and industry knowledge" }, { - id: "metric-4", value: "100%", title: "Satisfaction Rate", description: "Committed to exceeding client expectations" + id: "metric-4", value: "100%", title: "Client Satisfaction Guaranteed", description: "Committed to exceeding expectations on every project" } ]} containerClassName="max-w-7xl mx-auto px-4"