Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48caa7e901 | |||
| 0de11e89f2 | |||
| 4ca014c998 | |||
| 3eabebf524 | |||
| 650a66a370 | |||
| 09b2a3d51b | |||
| 091c5c50e9 |
@@ -11,7 +11,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Briefcase, Building2, TrendingUp, Plane } from "lucide-react";
|
||||
import { Building2 } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -94,9 +94,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "15+", title: "Years Experience", items: ["Leadership", "Consulting"] },
|
||||
{ id: "m2", value: "200+", title: "Successful Projects", items: ["Global Reach", "Proven Results"] },
|
||||
{ id: "m3", value: "98%", title: "Client Satisfaction", items: ["Long-term Partnership", "Trust"] },
|
||||
{ id: "m1", value: "15", title: "Years Experience", items: ["Strategic Consulting", "Industry Expertise"] },
|
||||
{ id: "m2", value: "6,000+", title: "Successful Projects", items: ["Global Reach", "Operational Excellence"] },
|
||||
{ id: "m3", value: "15,000+", title: "Successful Visas", items: ["Legal Compliance", "Residency Solutions"] },
|
||||
{ id: "m4", value: "100%", title: "Client Satisfaction", items: ["Proven Results", "Dedicated Support"] },
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="Delivering measurable results for businesses of all scales."
|
||||
|
||||
Reference in New Issue
Block a user