From c895b72b331c6fa76611aa51bfab770e1764c21e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:03:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99c280b..fb10480 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,21 +45,22 @@ export default function LandingPage() { description="Experience the art of professional grooming at Fade Away Vazquez. Where precision meets hospitality in every cut." tag="Est. 2020" tagAnimation="slide-up" + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186469.jpg" imageAlt="Professional barber shop interior" mediaAnimation="slide-up" testimonials={[ { name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best fade in the city. Vazquez knows exactly what you need.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430613.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430613.jpg" }, { name: "David Chen", handle: "Corporate Professional", testimonial: "Impeccable service. Every visit is a premium experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg" }, { name: "James Rodriguez", handle: "Weekly Client", testimonial: "The attention to detail is unmatched. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2881.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2881.jpg" } ]} buttons={[ @@ -154,13 +155,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marcus Johnson", role: "Regular Client", testimonial: "The precision and attention to detail is incredible. Vazquez delivers the best fades in the city every single time.", imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430613.jpg?_wi=2", icon: Scissors + id: "1", name: "Marcus Johnson", role: "Regular Client", testimonial: "The precision and attention to detail is incredible. Vazquez delivers the best fades in the city every single time.", imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430613.jpg", icon: Scissors }, { - id: "2", name: "David Chen", role: "Corporate Professional", testimonial: "Professional service, clean shop, and friendly atmosphere. I've been coming for over a year and never disappointed.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg?_wi=2", icon: Scissors + id: "2", name: "David Chen", role: "Corporate Professional", testimonial: "Professional service, clean shop, and friendly atmosphere. I've been coming for over a year and never disappointed.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", icon: Scissors }, { - id: "3", name: "James Rodriguez", role: "Weekly Client", testimonial: "Vazquez understands what you want and executes flawlessly. Worth every penny. Highly recommend to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2881.jpg?_wi=2", icon: Scissors + id: "3", name: "James Rodriguez", role: "Weekly Client", testimonial: "Vazquez understands what you want and executes flawlessly. Worth every penny. Highly recommend to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2881.jpg", icon: Scissors }, { id: "4", name: "Anthony Williams", role: "New Customer", testimonial: "First visit was amazing. The barber really listens and takes time to get it right. Already booked my next appointment.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-raised-thumb_1187-3101.jpg", icon: Scissors -- 2.49.1