Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 019c7ed83a | |||
| 85e08dd23c | |||
| 8cafba0e6b | |||
| 4e8389bb1b | |||
| eb6709aecf |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Trust the Process. Stay Fresh."
|
||||
description="Just starting out as a barber and building my craft. Book a cut and grow with me."
|
||||
description="Precision-focused cuts with a clean, modern aesthetic. I bring meticulous attention to detail to every chair session, ensuring you walk away with a refined, high-quality finish every single time."
|
||||
buttons={[{ text: "Book Your Cut", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/composition-shaving-objects-with-copyspace_23-2148122058.jpg"
|
||||
avatars={[
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
{ id: "full", badge: "Premium", price: "$20", subtitle: "Full Cut", features: ["Full cut", "Style included", "Beard trim"], buttons: [{ text: "Book now", href: "#contact" }] }
|
||||
]}
|
||||
title="Services & Pricing"
|
||||
description="Prices may change as I level up my skills."
|
||||
description="Competitive pricing for high-end results."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,4 +147,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user