From e80929530e4e03114d7bd938da14c0925a8c44c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:14:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 746cc2b..ed9ab52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "View Services", href: "services" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-getting-new-hairdo_23-2148242809.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-getting-new-hairdo_23-2148242809.jpg?_wi=1" imageAlt="Premium barber shop interior with classic styling stations" imagePosition="right" mediaAnimation="blur-reveal" @@ -85,29 +85,29 @@ export default function LandingPage() { { title: "Classic Haircut", description: "Precision cuts with attention to detail, from fades to traditional styles. Our barbers blend technique with artistry.", icon: Scissors, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Professional haircut demonstration" }, - { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Fade haircut example" } + { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg?_wi=1", imageAlt: "Professional haircut demonstration" }, + { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg?_wi=2", imageAlt: "Fade haircut example" } ] }, { title: "Traditional Shave", description: "Experience the luxury of a straight razor shave with hot towel service. A timeless grooming ritual perfected.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairstylist-with-barber-tools-close-up_1303-20982.jpg", imageAlt: "Traditional straight razor shaving" }, - { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairstylist-with-barber-tools-close-up_1303-20982.jpg", imageAlt: "Hot towel shave service" } + { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairstylist-with-barber-tools-close-up_1303-20982.jpg?_wi=1", imageAlt: "Traditional straight razor shaving" }, + { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairstylist-with-barber-tools-close-up_1303-20982.jpg?_wi=2", imageAlt: "Hot towel shave service" } ] }, { title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning treatments. Maintain your distinguished look with expert care.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Beard trimming service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Beard styling and conditioning" } + { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg?_wi=3", imageAlt: "Beard trimming service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg?_wi=4", imageAlt: "Beard styling and conditioning" } ] }, { title: "Hair Treatments", description: "Premium scalp treatments and hair conditioning services to maintain healthy hair and appearance year-round.", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Hair treatment application" }, - { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Professional hair care products" } + { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=1", imageAlt: "Hair treatment application" }, + { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2", imageAlt: "Professional hair care products" } ] } ]} @@ -123,10 +123,10 @@ export default function LandingPage() { description="Proven results and exceptional service that speak for themselves" metrics={[ { - id: "1", value: "15min", title: "Average Appointment", description: "Quick, efficient service respecting your time", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-new-hairdo_23-2148242809.jpg", imageAlt: "Barber shop professional service" + id: "1", value: "15min", title: "Average Appointment", description: "Quick, efficient service respecting your time", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-new-hairdo_23-2148242809.jpg?_wi=2", imageAlt: "Barber shop professional service" }, { - id: "2", value: "100%", title: "Hygiene Standard", description: "Strict sanitization protocols for your safety", imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Clean professional barber tools" + id: "2", value: "100%", title: "Hygiene Standard", description: "Strict sanitization protocols for your safety", imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=3", imageAlt: "Clean professional barber tools" } ]} animationType="blur-reveal" -- 2.49.1