Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-18 16:17:59 +00:00

View File

@@ -134,7 +134,7 @@ export default function LandingPage() {
"Haircut", "Style Consultation", "Hot Towel"],
buttons: [
{
text: "Book Now", href: "#contact"},
text: "Book Essential", href: "#contact"},
],
},
{
@@ -142,7 +142,7 @@ export default function LandingPage() {
"Haircut", "Wash", "Style Consultation", "Finish"],
buttons: [
{
text: "Book Now", href: "#contact"},
text: "Book Popular", href: "#contact"},
],
},
{
@@ -150,7 +150,7 @@ export default function LandingPage() {
"Haircut", "Wash", "Beard Trim", "Consultation"],
buttons: [
{
text: "Book Now", href: "#contact"},
text: "Book Ultimate", href: "#contact"},
],
},
]}