From 8bf846f87522d903a0021c0290b0d30225241490 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:48:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7beebe6..eb0f7e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,25 +52,25 @@ export default function LandingPage() { testimonials={[ { name: "James R.", handle: "@jamesr", testimonial: "Best haircut I've had in years. The attention to detail is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/country-musicians-lifestyle-indoors_23-2151169629.jpg", imageAlt: "barbershop interior dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/country-musicians-lifestyle-indoors_23-2151169629.jpg?_wi=1", imageAlt: "barbershop interior dark mood"}, { name: "Mark D.", handle: "@markd", testimonial: "Clean Cut is my go-to shop. Consistently great service and vibe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg", imageAlt: "barbershop interior dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg?_wi=1", imageAlt: "barbershop interior dark mood"}, { name: "Sam L.", handle: "@saml", testimonial: "Finally found a barber who listens. Fantastic experience every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-is-using-shaver_1150-6525.jpg", imageAlt: "barbershop interior dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-is-using-shaver_1150-6525.jpg?_wi=1", imageAlt: "barbershop interior dark mood"}, { name: "Tom K.", handle: "@tomk", testimonial: "Classy atmosphere, professional barbers. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167460.jpg", imageAlt: "barbershop interior dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167460.jpg?_wi=1", imageAlt: "barbershop interior dark mood"}, { name: "Pete W.", handle: "@petew", testimonial: "The precision and care at Clean Cut are on another level.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg", imageAlt: "barbershop interior dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg?_wi=1", imageAlt: "barbershop interior dark mood"}, ]} buttons={[ { text: "Book Now", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/country-musicians-lifestyle-indoors_23-2151169629.jpg" + imageSrc="http://img.b2bpic.net/free-photo/country-musicians-lifestyle-indoors_23-2151169629.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", alt: "Client avatar 1"}, @@ -105,11 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Haircut", description: "Customized haircuts tailored to your specific style and hair type.", imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg"}, + title: "Precision Haircut", description: "Customized haircuts tailored to your specific style and hair type.", imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg?_wi=2"}, { - title: "Hot Towel Shave", description: "A classic barbershop experience for a clean, smooth, and relaxing shave.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-using-shaver_1150-6525.jpg"}, + title: "Hot Towel Shave", description: "A classic barbershop experience for a clean, smooth, and relaxing shave.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-using-shaver_1150-6525.jpg?_wi=2"}, { - title: "Beard Grooming", description: "Expert beard trimming and shaping to maintain your best look.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167460.jpg"}, + title: "Beard Grooming", description: "Expert beard trimming and shaping to maintain your best look.", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-look-barber-shop_23-2149167460.jpg?_wi=2"}, ]} title="Our Signature Services" description="From classic cuts to modern styles, our barbers deliver exceptional grooming services tailored to you." @@ -124,7 +124,7 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "1", name: "Alex Riviera", imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg"}, + id: "1", name: "Alex Riviera", imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg?_wi=2"}, { id: "2", name: "Jordan Smith", imageSrc: "http://img.b2bpic.net/free-photo/looking-side-young-male-barber-wearing-uniform-holding-barber-tools-isolated-olive-green-wall_141793-106033.jpg"}, { -- 2.49.1