From 6f1d78b3e5ea502873b9bfe3db5f434239761ace Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:18:58 +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 db768f5..61645f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,13 +116,13 @@ export default function LandingPage() { description="Trusted by hundreds of satisfied customers in Leander and surrounding areas." testimonials={[ { - id: "1", title: "Best Barber in Town", quote: "Premium Cuts is the best barbershop I've ever been to. The barbers really know what they're doing, and the attention to detail is unmatched. Highly recommended!", name: "James Rodriguez", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"}, + id: "1", title: "Best Barber in Town", quote: "Premium Cuts is the best barbershop I've ever been to. The barbers really know what they're doing, and the attention to detail is unmatched. Highly recommended!", name: "James Rodriguez", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Rodriguez"}, { - id: "2", title: "Professional and Welcoming", quote: "Great atmosphere, skilled barbers, and fair prices. I've been coming here for over a year and they've never disappointed. This is my go-to spot for fresh cuts.", name: "Marcus Thompson", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"}, + id: "2", title: "Professional and Welcoming", quote: "Great atmosphere, skilled barbers, and fair prices. I've been coming here for over a year and they've never disappointed. This is my go-to spot for fresh cuts.", name: "Marcus Thompson", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Thompson"}, { - id: "3", title: "Exceptional Service", quote: "The straight razor shave experience at Premium Cuts is incredible. It's relaxing, professional, and absolutely worth the investment. You have to try it!", name: "David Chen", role: "Tech Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"}, + id: "3", title: "Exceptional Service", quote: "The straight razor shave experience at Premium Cuts is incredible. It's relaxing, professional, and absolutely worth the investment. You have to try it!", name: "David Chen", role: "Tech Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Chen"}, { - id: "4", title: "Consistent Quality", quote: "I trust my barber with my look, and Premium Cuts has earned that trust completely. Always a great experience, friendly staff, and my fade is always perfect.", name: "Anthony Williams", role: "Corporate Executive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Anthony Williams"}, + id: "4", title: "Consistent Quality", quote: "I trust my barber with my look, and Premium Cuts has earned that trust completely. Always a great experience, friendly staff, and my fade is always perfect.", name: "Anthony Williams", role: "Corporate Executive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Anthony Williams"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -135,13 +135,13 @@ export default function LandingPage() { description="Skilled professionals dedicated to giving you the best grooming experience." team={[ { - id: "1", name: "Mike Anderson", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Mike Anderson"}, + id: "1", name: "Mike Anderson", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=1", imageAlt: "Mike Anderson"}, { - id: "2", name: "Alex Thompson", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Alex Thompson"}, + id: "2", name: "Alex Thompson", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=2", imageAlt: "Alex Thompson"}, { - id: "3", name: "Chris Martinez", role: "Specialist Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Chris Martinez"}, + id: "3", name: "Chris Martinez", role: "Specialist Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=3", imageAlt: "Chris Martinez"}, { - id: "4", name: "Jordan Lee", role: "Apprentice Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Jordan Lee"}, + id: "4", name: "Jordan Lee", role: "Apprentice Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=4", imageAlt: "Jordan Lee"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1