diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ee48ce..35d7307 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,9 +168,9 @@ export default function LandingPage() { { id: "m1", value: "1,000+", description: "Projects Delivered"}, { - id: "m2", value: "50+", description: "Trusted Brands"}, + id: "m2", value: "50+", description: "Trusted Brand Partners"}, { - id: "m3", value: "5", description: "Countries Served"}, + id: "m3", value: "5+", description: "Countries Served (USA & UAE)"}, ]} metricsAnimation="blur-reveal" /> @@ -181,7 +181,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Asset Management", "Global Tech Solutions", "Creative Minds Studio", "Digital Innovations", "Enterprise Connect", "Future Systems Inc.", "Growth Marketing Co."]} + "Asset Management", "Global Tech Solutions", "Creative Minds Studio", "Digital Innovations", "Enterprise Connect", "Future Systems Inc.", "Growth Marketing Co."} title="Trusted by Industry Leaders" description="We're proud to collaborate with a diverse range of over 50 trusted brands globally." tag="Partnerships" @@ -279,4 +279,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file