Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17a06db1aa | |||
| 15f10c7e60 | |||
| 0e56f6b064 | |||
| c8cc3399a1 | |||
| 163589e2e1 |
@@ -36,39 +36,25 @@ export default function AwardsPage() {
|
||||
brandName="HAUS"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "https://booksy.com",
|
||||
}}
|
||||
text: "Book Now", href: "https://booksy.com"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="awards" data-section="awards">
|
||||
<MetricCardOne
|
||||
title="Industry Recognition"
|
||||
title="HAUS Won 2 Major Awards: Barbershop of the Year & Best Client Experience"
|
||||
description="HAUS has been awarded multiple industry accolades for excellence in barbering and client experience"
|
||||
tag="Awards"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5",
|
||||
title: "Awards",
|
||||
description: "Salon of the Year & Client Experience",
|
||||
icon: Trophy,
|
||||
id: "1", value: "5", title: "Awards", description: "Salon of the Year & Client Experience", icon: Trophy,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "1000+",
|
||||
title: "Satisfied Clients",
|
||||
description: "Premium grooming experiences delivered",
|
||||
icon: Users,
|
||||
id: "2", value: "1000+", title: "Satisfied Clients", description: "Premium grooming experiences delivered", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "10+",
|
||||
title: "Years",
|
||||
description: "Excellence in barbering and community",
|
||||
icon: Award,
|
||||
id: "3", value: "10+", title: "Years", description: "Excellence in barbering and community", icon: Award,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -86,26 +72,11 @@ export default function AwardsPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Best Fade 2024",
|
||||
price: "Award Winner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-barbershop_23-2148506273.jpg?_wi=5",
|
||||
imageAlt: "Award-winning men modern haircut style",
|
||||
},
|
||||
id: "1", name: "Best Fade 2024", price: "Award Winner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-barbershop_23-2148506273.jpg?_wi=5", imageAlt: "Award-winning men modern haircut style"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Excellence Cut",
|
||||
price: "Certified",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=5",
|
||||
imageAlt: "Award-winning professional men hairstyle",
|
||||
},
|
||||
id: "2", name: "Excellence Cut", price: "Certified", imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=5", imageAlt: "Award-winning professional men hairstyle"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Premium Style",
|
||||
price: "Recognized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-long-mustache-after-haircut-barbershop_618663-44.jpg?_wi=5",
|
||||
imageAlt: "Award-winning men premium haircut",
|
||||
},
|
||||
id: "3", name: "Premium Style", price: "Recognized", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-long-mustache-after-haircut-barbershop_618663-44.jpg?_wi=5", imageAlt: "Award-winning men premium haircut"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -118,13 +89,9 @@ export default function AwardsPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="HAUS"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -76,7 +76,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="awards" data-section="awards">
|
||||
<MetricCardOne
|
||||
title="Industry Recognition"
|
||||
title="HAUS Won 2 Major Awards: Barbershop of the Year & Best Client Experience"
|
||||
description="HAUS has been awarded multiple industry accolades for excellence in barbering and client experience"
|
||||
tag="Awards"
|
||||
tagIcon={Trophy}
|
||||
@@ -260,4 +260,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user