Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-12 16:44:30 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "FAQ", id: "faq" }
]}
button={{
text: "Book Now", href: "#contact"
text: "Schedule Your Appointment", href: "#contact"
}}
animateOnLoad={true}
/>
@@ -192,7 +192,7 @@ export default function LandingPage() {
title="Book Your Appointment Today"
description="Step into GN Fades and experience premium barbering. Our team is ready to give you a fresh cut that turns heads."
buttons={[
{ text: "Book Now", href: "tel:+1-555-0123" },
{ text: "Schedule Your Appointment", href: "tel:+1-555-0123" },
{ text: "Visit Us", href: "https://maps.google.com" }
]}
background={{ variant: "plain" }}