Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a1659c6b9 | |||
| 6888943129 | |||
| fd9f7b9373 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user