3 Commits

Author SHA1 Message Date
e2cfaf0405 Update src/app/page.tsx 2026-03-14 19:26:22 +00:00
9806861ed7 Switch to version 1: modified src/app/page.tsx 2026-03-14 19:25:29 +00:00
bf9cae8e91 Merge version_3 into main
Merge version_3 into main
2026-03-14 19:24:34 +00:00

View File

@@ -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"