Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc6cc65fe1 | |||
| 750f7f4f3a |
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Iron & Oak Barbers"
|
brandName="Herson’s Barbershop"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Mastery in Every Cut"
|
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 Herson’s Barbershop. Where traditional service meets modern style."
|
||||||
buttons={[{ text: "Book Your Chair", href: "#contact" }]}
|
buttons={[{ text: "Book Your Chair", href: "#contact" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/combs-scissors-skull_23-2147736976.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/combs-scissors-skull_23-2147736976.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "123 Grooming Lane, City", href: "#" },
|
{ label: "123 Grooming Lane, City", href: "#" },
|
||||||
{ label: "info@ironandoak.com", href: "#" },
|
{ label: "info@hersonbarbershop.com", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -195,11 +195,11 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Iron & Oak Barbers."
|
bottomLeftText="© 2024 Herson’s Barbershop."
|
||||||
bottomRightText="Crafted with precision."
|
bottomRightText="Crafted with precision."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user