From 12ff26d6032028ff82ff637d0b677af1ffff5dfe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:14:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d9d9d6..567553d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,13 +49,13 @@ 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"}, { 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"}, { 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"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -65,7 +65,7 @@ export default function LandingPage() { mediaAnimation="slide-up" buttonAnimation="slide-up" useInvertedBackground={false} - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} /> @@ -118,13 +118,13 @@ 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", 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", 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", 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", imageAlt: "James Wilson"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1