From ded5780fdc26cb2c40212f110c9eec67879f76b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:19:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3b0d77..8cd2730 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Testimonials", id: "testimonials" }, ]} - button={{ text: "Book Now", href: "#contact" }} + button={{ text: "Book Your Cut Now", href: "#contact" }} animateOnLoad={true} /> @@ -49,13 +49,16 @@ export default function LandingPage() { testimonials={[ { name: "Dlovan Abdulrahman", handle: "First-time Customer", testimonial: "First time here and I was impressed. Friendly staff, no long wait, and the haircut exceeded my expectations. This is my new go-to barber shop.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1" + }, { name: "Keiran Lear", handle: "Regular Customer", testimonial: "Sharp hair cut and a good price, good head massage 💆 and not a long wait", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2" + }, { name: "Mark Sanders", handle: "Satisfied Client", testimonial: "Great service and quality haircut and beard trim", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3" + }, ]} testimonialRotationInterval={5000} buttons={[ @@ -118,13 +121,17 @@ export default function LandingPage() { tagIcon={Award} testimonials={[ { - id: "1", name: "Dlovan Abdulrahman", role: "Regular Client", testimonial: "First time here and I was impressed. Friendly staff, no long wait, and the haircut exceeded my expectations. This is my new go-to barber shop.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=4", imageAlt: "Dlovan Abdulrahman"}, + id: "1", name: "Dlovan Abdulrahman", role: "Regular Client", testimonial: "First time here and I was impressed. Friendly staff, no long wait, and the haircut exceeded my expectations. This is my new go-to barber shop.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=4", imageAlt: "Dlovan Abdulrahman" + }, { - id: "2", name: "Keiran Lear", role: "Satisfied Customer", testimonial: "Sharp hair cut and a good price, good head massage 💆 and not a long wait", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=5", imageAlt: "Keiran Lear"}, + id: "2", name: "Keiran Lear", role: "Satisfied Customer", testimonial: "Sharp hair cut and a good price, good head massage 💆 and not a long wait", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=5", imageAlt: "Keiran Lear" + }, { - id: "3", name: "Mark Sanders", role: "Loyal Client", testimonial: "Great service and quality haircut and beard trim", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=6", imageAlt: "Mark Sanders"}, + id: "3", name: "Mark Sanders", role: "Loyal Client", testimonial: "Great service and quality haircut and beard trim", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=6", imageAlt: "Mark Sanders" + }, { - id: "4", name: "James Wilson", role: "Returning Customer", testimonial: "Best barbershop in town. The barbers are skilled professionals who truly care about their craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=7", imageAlt: "James Wilson"}, + id: "4", name: "James Wilson", role: "Returning Customer", testimonial: "Best barbershop in town. The barbers are skilled professionals who truly care about their craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=7", imageAlt: "James Wilson" + }, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1