Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-03-14 20:49:12 +00:00

View File

@@ -85,7 +85,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
brandName="ELEGANTE"
button={{ text: "Book Now", href: "contact" }}
button={{ text: "Book Now", href: "https://square.com/appointments" }}
/>
</div>
@@ -95,7 +95,7 @@ export default function LandingPage() {
description="Crafted grooming for the discerning gentleman. Experience premium barbering with precision, tradition, and contemporary style."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Book Appointment", href: "contact" },
{ text: "Book Appointment", href: "https://square.com/appointments" },
{ text: "Learn More", href: "about" }
]}
layoutOrder="default"
@@ -236,7 +236,7 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "How do I book an appointment?", content: "You can book an appointment through our website contact form or call us directly. We recommend booking in advance, especially for weekends, as our master barbers maintain a full schedule."
id: "1", title: "How do I book an appointment?", content: "You can book an appointment through our Square booking system or call us directly. We recommend booking in advance, especially for weekends, as our master barbers maintain a full schedule."
},
{
id: "2", title: "What is the average appointment duration?", content: "Classic haircuts take 45 minutes, beard grooming 30 minutes, and traditional hot shaves 35 minutes. We never rush to ensure perfection in every service."
@@ -292,7 +292,7 @@ export default function LandingPage() {
{
title: "Connect", items: [
{ label: "Contact", href: "#contact" },
{ label: "Book Now", href: "#contact" },
{ label: "Book Now", href: "https://square.com/appointments" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" }
]