diff --git a/src/app/page.tsx b/src/app/page.tsx index c42943b..97df120 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/close-up-senior-man-getting-groomed_23-2149220575.jpg" imageAlt="Barrio Cuts barbershop interior" buttons={[ - { text: "Meet Our Team", href: "team" } + { text: "Meet Our Team", href: "team" }, + { text: "Book Now", href: "contact" } ]} buttonAnimation="slide-up" useInvertedBackground={true}