8 Commits

Author SHA1 Message Date
e16609b9b0 Merge version_4 into main
Merge version_4 into main
2026-05-12 18:53:54 +00:00
78f8c39d65 Update src/app/page.tsx 2026-05-12 18:53:51 +00:00
e37dc15567 Merge version_3 into main
Merge version_3 into main
2026-05-12 18:53:19 +00:00
019c7ed83a Update src/app/page.tsx 2026-05-12 18:53:16 +00:00
85e08dd23c Merge version_2 into main
Merge version_2 into main
2026-05-12 18:52:25 +00:00
8cafba0e6b Update src/app/page.tsx 2026-05-12 18:52:22 +00:00
4e8389bb1b Merge version_1 into main
Merge version_1 into main
2026-05-12 18:51:23 +00:00
eb6709aecf Merge version_1 into main
Merge version_1 into main
2026-05-12 18:50:56 +00:00

View File

@@ -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="Experience a personalized, detail-oriented grooming session designed to highlight your best features. Walk out with a sharp, clean look and the confidence that comes from a high-quality, professional finish."
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>