From c691c2bb5a7865aede09bd5aa79fa0c8b56dfcab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:34:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a86721..422aace 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,11 +56,11 @@ export default function LandingPage() { testimonials={[ { name: "Margaret", handle: "Regular Client", testimonial: "The best haircut I've ever had. Pure artistry after 50 years of excellence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { name: "James", handle: "Loyal Customer", testimonial: "This salon understands what true craftsmanship means. Incredible service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" } ]} /> @@ -114,7 +114,7 @@ export default function LandingPage() { id: "treatments", title: "Hair Treatments", description: "Nourishing treatments to restore and revitalize your hair. We offer deep conditioning, scalp treatments, and specialized care for healthy, beautiful hair.", imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg", imageAlt: "Hair treatment and care" } ]} - gridVariant="uniform-4-items" + gridVariant="uniform-3-items" animationType="slide-up" /> @@ -157,11 +157,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarahm_style", testimonial: "I've been coming here for 20 years. The expertise and care is unmatched. Every visit feels special.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { id: "2", name: "David Chen", handle: "@davidc_cuts", testimonial: "Five decades of excellence shows. The precision, attention to detail, and genuine care for clients is remarkable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" }, { id: "3", name: "Jennifer Rodriguez", handle: "@jen_loves_style", testimonial: "My mother went here in the 80s, I go now, and my daughter wants to book her first appointment. That's legacy.", rating: 5, @@ -169,7 +169,7 @@ export default function LandingPage() { }, { id: "4", name: "Michael Johnson", handle: "@mjohnson_cuts", testimonial: "After 50 years, they've perfected the craft. I've never had a better haircut. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" } ]} /> -- 2.49.1