From 95f588780689925763e0a630724e286f46b461b1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:22:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42c967a..777e6d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { ]} brandName="4kfadez" button={{ - text: "Book Now", href: "#contact"}} + text: "Book Online", href: "#contact"}} /> @@ -63,7 +63,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/barber-applying-cream-clients-beard_107420-94778.jpg?_wi=11", imageAlt: "Vintage chair" }, { imageSrc: "http://img.b2bpic.net/free-photo/barber-applying-cream-clients-beard_107420-94778.jpg?_wi=12", imageAlt: "Vintage chair" }, ]} - buttons={[{ text: "Book Appointment", href: "#contact" }]} + buttons={[{ text: "Book Now", href: "#contact" }]} avatars={[ { src: "http://img.b2bpic.net/free-photo/redhead-non-binary-person-smiling_23-2148760583.jpg", alt: "Barber 1" }, { src: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-brushes-beard-trimmer-smiling-standing-orange-wall_141793-61360.jpg", alt: "Barber 2" }, @@ -179,7 +179,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1