diff --git a/src/app/page.tsx b/src/app/page.tsx index 515268a..50cc712 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,64 +45,39 @@ export default function LandingPage() {
@@ -135,20 +104,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "10+", - description: "Years of Experience", - }, + id: "1", value: "10+", description: "Years of Experience"}, { - id: "2", - value: "150+", - description: "Global Brands", - }, + id: "2", value: "150+", description: "Global Brands"}, { - id: "3", - value: "500+", - description: "Successful Projects", - }, + id: "3", value: "500+", description: "Successful Projects"}, ]} title="Creative Excellence" description="Skills and tools that bring concepts to life." @@ -159,50 +119,21 @@ export default function LandingPage() {