diff --git a/src/app/page.tsx b/src/app/page.tsx index 4335c88..f6a5a03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,6 +64,8 @@ export default function LandingPage() { tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} + buttons={[{ text: "Book All Services", href: "contact" }]} + buttonAnimation="slide-up" features={[ { id: 1, @@ -78,8 +80,6 @@ export default function LandingPage() { tag: "Modern", title: "Fade & Taper Specialist", subtitle: "Contemporary styling perfected", description: "Get the latest fade and taper styles executed with precision. Our specialists stay updated with current trends and execute clean lines and smooth transitions that define modern barbering.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "Modern fade haircut service", buttons: [{ text: "Schedule", href: "#" }] } ]} - buttons={[{ text: "Book Your Appointment", href: "contact" }]} - buttonAnimation="slide-up" />