diff --git a/src/app/page.tsx b/src/app/page.tsx index e825f3a..16456ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,10 +79,10 @@ export default function LandingPage() { useInvertedBackground={false} metricsAnimation="slide-up" metrics={[ - { icon: Award, label: "Years of Excellence", value: "20+" }, - { icon: Users, label: "Satisfied Clients", value: "5,000+" }, { icon: Star, label: "5-Star Reviews", value: "98%" }, - { icon: ShoppingBag, label: "Haircuts Monthly", value: "1,200+" } + { icon: Users, label: "Satisfied Clients", value: "5,000+" }, + { icon: ShoppingBag, label: "Haircuts Monthly", value: "1,200+" }, + { icon: Award, label: "Years of Excellence", value: "20+" } ]} />