From e8ff682776b092ba525e3adc93fd5a61ee739f64 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:00:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa484e3..f16a265 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-tattooing-with-gloves-medium-shot_23-2149525956.jpg"}, { name: "Alex Rodriguez", handle: "Loyal Customer", testimonial: "Coming here for 3 years now. Consistent quality and great service every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-after-getting-beard-trim_23-2148242817.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-after-getting-beard-trim_23-2148242817.jpg?_wi=1"}, ]} buttons={[ { @@ -72,13 +72,13 @@ export default function LandingPage() { description="We offer a full range of professional barbershop services tailored to your style and preferences." features={[ { - id: "1", title: "Haircut", description: "Precision haircuts tailored to your style preferences. Our experienced barbers create clean lines and perfect fades with expert technique.", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-attractive-young-caucasian-man-with-long-red-beard-wearing-black-sunglasses_343059-3605.jpg", imageAlt: "Professional haircut service"}, + id: "1", title: "Haircut", description: "Precision haircuts tailored to your style preferences. Our experienced barbers create clean lines and perfect fades with expert technique.", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-attractive-young-caucasian-man-with-long-red-beard-wearing-black-sunglasses_343059-3605.jpg?_wi=1", imageAlt: "Professional haircut service"}, { - id: "2", title: "Beard Trim", description: "Expert beard grooming and shaping services. We maintain your beard's health and style with precision trimming and professional care.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-after-getting-beard-trim_23-2148242817.jpg", imageAlt: "Professional beard trimming service"}, + id: "2", title: "Beard Trim", description: "Expert beard grooming and shaping services. We maintain your beard's health and style with precision trimming and professional care.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-after-getting-beard-trim_23-2148242817.jpg?_wi=2", imageAlt: "Professional beard trimming service"}, { id: "3", title: "Skin Fade", description: "Modern fade styles that showcase clean edges and professional precision. Our signature service for contemporary looks.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-backpack-his-back_158595-3453.jpg", imageAlt: "Professional skin fade haircut"}, { - id: "4", title: "Kids Haircut", description: "Family-friendly haircuts in a welcoming environment. We make kids comfortable while delivering quality cuts they'll love.", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-attractive-young-caucasian-man-with-long-red-beard-wearing-black-sunglasses_343059-3605.jpg", imageAlt: "Kids haircut service"}, + id: "4", title: "Kids Haircut", description: "Family-friendly haircuts in a welcoming environment. We make kids comfortable while delivering quality cuts they'll love.", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-attractive-young-caucasian-man-with-long-red-beard-wearing-black-sunglasses_343059-3605.jpg?_wi=2", imageAlt: "Kids haircut service"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" -- 2.49.1