From 821bf50d28b4bf6b6a3a3f4eb547d8e403d101b4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:12:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" /> -- 2.49.1