From dccabd1e4e6d46e2c8cac97660af5f56ec91c9a0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:59:10 +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 07d3c4f..728fc63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,10 +50,10 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Regular Customer", testimonial: "Best barbers in the city. Always leave feeling like a million bucks.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1"}, { name: "Marcus Thompson", handle: "Loyal Client", testimonial: "Colston & Brown knows how to make you look sharp. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-posing_23-2148563434.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-posing_23-2148563434.jpg?_wi=1"}, ]} buttons={[ { text: "Book Now", href: "#contact" }, @@ -85,13 +85,13 @@ export default function LandingPage() { features={[ { id: "haircut", title: "Classic & Modern Haircuts", tags: ["Expert Styling", "All Hair Types"], - imageSrc: "http://img.b2bpic.net/free-photo/comb-scissor-set-copy-space_23-2148352909.jpg", imageAlt: "Professional haircut service"}, + imageSrc: "http://img.b2bpic.net/free-photo/comb-scissor-set-copy-space_23-2148352909.jpg?_wi=1", imageAlt: "Professional haircut service"}, { id: "beard", title: "Beard Grooming & Styling", tags: ["Beard Care", "Design"], - imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5408.jpg", imageAlt: "Beard grooming service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5408.jpg?_wi=1", imageAlt: "Beard grooming service"}, { id: "shave", title: "Traditional Straight Razor Shave", tags: ["Classic", "Relaxing"], - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg", imageAlt: "Traditional shaving service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg?_wi=1", imageAlt: "Traditional shaving service"}, ]} animationType="slide-up" textboxLayout="default" @@ -109,15 +109,15 @@ export default function LandingPage() { tag="Pricing" plans={[ { - id: "haircut", title: "Haircut", price: "$35", period: "/cut", imageSrc: "http://img.b2bpic.net/free-photo/comb-scissor-set-copy-space_23-2148352909.jpg", imageAlt: "Haircut service", button: { text: "Book Haircut", href: "#contact" }, + id: "haircut", title: "Haircut", price: "$35", period: "/cut", imageSrc: "http://img.b2bpic.net/free-photo/comb-scissor-set-copy-space_23-2148352909.jpg?_wi=2", imageAlt: "Haircut service", button: { text: "Book Haircut", href: "#contact" }, features: ["Professional styling", "Consultation included", "Hot towel finish"], }, { - id: "beard", title: "Beard Trim & Style", price: "$25", period: "/trim", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5408.jpg", imageAlt: "Beard grooming service", button: { text: "Book Beard Service", href: "#contact" }, + id: "beard", title: "Beard Trim & Style", price: "$25", period: "/trim", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5408.jpg?_wi=2", imageAlt: "Beard grooming service", button: { text: "Book Beard Service", href: "#contact" }, features: ["Expert beard sculpting", "Beard oil application", "Shape consultation"], }, { - id: "shave", title: "Traditional Shave", price: "$30", period: "/shave", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg", imageAlt: "Traditional shave service", button: { text: "Book Shave", href: "#contact" }, + id: "shave", title: "Traditional Shave", price: "$30", period: "/shave", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94762.jpg?_wi=2", imageAlt: "Traditional shave service", button: { text: "Book Shave", href: "#contact" }, features: ["Classic straight razor", "Hot lather treatment", "Premium aftershave"], }, ]} @@ -151,10 +151,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Mitchell", role: "Business Owner", company: "Local Entrepreneur", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2"}, { id: "2", name: "Marcus Thompson", role: "Executive", company: "Tech Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-posing_23-2148563434.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-posing_23-2148563434.jpg?_wi=2"}, { id: "3", name: "Robert Chen", role: "Manager", company: "Finance", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg"},