3 Commits

Author SHA1 Message Date
8a1659c6b9 Merge version_2 into main
Merge version_2 into main
2026-03-05 06:35:12 +00:00
6888943129 Update src/app/page.tsx 2026-03-05 06:35:08 +00:00
fd9f7b9373 Merge version_1 into main
Merge version_1 into main
2026-03-05 06:33:33 +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>