diff --git a/src/app/page.tsx b/src/app/page.tsx index 018c9aa..f7fc9bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,7 @@ export default function LandingPage() { title="Timeless Grooming for the Modern Man" description="At La Fe Barbershop, we combine traditional craftsmanship with contemporary style to deliver a grooming experience you can trust." tag="Expert Grooming" + buttons={[{ text: "Book Appointment", href: "#contact" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-hair-client_23-2147778920.jpg", imageAlt: "Barbershop interior"}, @@ -234,4 +235,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file