8 Commits

Author SHA1 Message Date
1c9d852e31 Switch to version 4: modified src/app/page.tsx 2026-03-14 19:29:39 +00:00
bd9d6d92e8 Merge version_5 into main
Merge version_5 into main
2026-03-14 19:28:33 +00:00
7d8d697c6c Update src/app/page.tsx 2026-03-14 19:28:29 +00:00
e21b2f5572 Switch to version 3: modified src/app/page.tsx 2026-03-14 19:27:27 +00:00
8604f6a1da Merge version_4 into main
Merge version_4 into main
2026-03-14 19:26:27 +00:00
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"