diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f55a22..6a529b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Elite Grooming for the Modern Gentleman" description="Precision fades, classic hot towel shaves, and professional beard sculpting. Elevate your style at our premier barbershop." tag="Since 2015" - buttons={[{ text: "Book Appointment", href: "#contact" }]} + buttons={[{ text: "Book Appointment", href: "/book-appointment" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7361.jpg", imageAlt: "modern barber shop interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/barbershop-close-up-barber-holds-razor-shaving-his-beard_1157-43556.jpg", imageAlt: "barber grooming detail" } @@ -62,7 +62,7 @@ export default function LandingPage() { @@ -72,9 +72,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { id: "fade", price: "$35", name: "Precision Fade", features: ["Consultation", "Skin fade", "Hot towel finish"], buttons: [{ text: "Book Now", href: "#contact" }] }, - { id: "beard", price: "$25", name: "Beard Sculpt", features: ["Beard trim", "Lineup", "Conditioning balm"], buttons: [{ text: "Book Now", href: "#contact" }] }, - { id: "shave", price: "$45", name: "Hot Towel Shave", features: ["Steam treatment", "Straight razor shave", "Aftershave balm"], buttons: [{ text: "Book Now", href: "#contact" }] } + { id: "fade", price: "$35", name: "Precision Fade", features: ["Consultation", "Skin fade", "Hot towel finish"], buttons: [{ text: "Book Now", href: "/book-appointment" }] }, + { id: "beard", price: "$25", name: "Beard Sculpt", features: ["Beard trim", "Lineup", "Conditioning balm"], buttons: [{ text: "Book Now", href: "/book-appointment" }] }, + { id: "shave", price: "$45", name: "Hot Towel Shave", features: ["Steam treatment", "Straight razor shave", "Aftershave balm"], buttons: [{ text: "Book Now", href: "/book-appointment" }] } ]} title="Our Professional Services" description="Expert grooming to keep you sharp."