Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-05 06:35:12 +00:00

View File

@@ -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+" }
]}
/>
</div>