4 Commits

Author SHA1 Message Date
d727d5ae29 Update src/app/page.tsx 2026-05-14 03:39:42 +00:00
faebd4d4d7 Merge version_2 into main
Merge version_2 into main
2026-05-14 03:38:11 +00:00
dc6cc65fe1 Update src/app/page.tsx 2026-05-14 03:38:08 +00:00
750f7f4f3a Merge version_1 into main
Merge version_1 into main
2026-05-14 03:33:53 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="Iron & Oak Barbers"
brandName="Hersons Barbershop"
/>
</div>
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboard
background={{ variant: "gradient-bars" }}
title="Mastery in Every Cut"
description="Experience timeless grooming and precision styling at Iron & Oak. Where traditional service meets modern style."
description="Experience timeless grooming and precision styling at Hersons Barbershop. Where traditional service meets modern style."
buttons={[{ text: "Book Your Chair", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/combs-scissors-skull_23-2147736976.jpg"
avatars={[
@@ -65,19 +65,6 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="Our Craftsmanship"
metrics={[
{ icon: Scissors, label: "Years Experience", value: "15+" },
{ icon: Users, label: "Happy Clients", value: "10k+" },
{ icon: Award, label: "Awards Won", value: "24" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentySix
textboxLayout="inline-image"
@@ -179,7 +166,7 @@ export default function LandingPage() {
{
title: "Contact", items: [
{ label: "123 Grooming Lane, City", href: "#" },
{ label: "info@ironandoak.com", href: "#" },
{ label: "info@hersonbarbershop.com", href: "#" },
],
},
{
@@ -195,7 +182,7 @@ export default function LandingPage() {
],
},
]}
bottomLeftText="© 2024 Iron & Oak Barbers."
bottomLeftText="© 2024 Hersons Barbershop."
bottomRightText="Crafted with precision."
/>
</div>