From 005bad637ec8ef5a792a1eeccf20b783d52a6390 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:25:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d68fdcf..7534cf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,16 +78,16 @@ export default function LandingPage() { tag="Before & After" features={[ { - id: "1", title: "Classic Fade", description: "Precision low fade with sharp lines, executed with expert technique and attention to detail.", tag: "Fade", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barber-shop-concept_23-2148506323.jpg", imageAlt: "Professional fade haircut with sharp lines" + id: "1", title: "Classic Fade", description: "Precision low fade with sharp lines, executed with expert technique and attention to detail.", tag: "Fade", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barber-shop-concept_23-2148506323.jpg?_wi=1", imageAlt: "Professional fade haircut with sharp lines" }, { id: "2", title: "Modern Texture Fade", description: "Contemporary textured fade combined with precise line work for the style-conscious client.", tag: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "Modern textured fade haircut" }, { - id: "3", title: "Artisan Beard Design", description: "Sculptural beard grooming and design work that enhances natural features with precision craftsmanship.", tag: "Beard Work", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Professional beard grooming and design" + id: "3", title: "Artisan Beard Design", description: "Sculptural beard grooming and design work that enhances natural features with precision craftsmanship.", tag: "Beard Work", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Professional beard grooming and design" }, { - id: "4", title: "Complete Transformation", description: "Full beard styling and haircut combination demonstrating our mastery of multiple craft disciplines.", tag: "Complete Look", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Complete beard and haircut transformation" + id: "4", title: "Complete Transformation", description: "Full beard styling and haircut combination demonstrating our mastery of multiple craft disciplines.", tag: "Complete Look", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Complete beard and haircut transformation" } ]} textboxLayout="default" @@ -103,13 +103,13 @@ export default function LandingPage() { tag="Expertise" products={[ { - id: "1", name: "Precision Fade Cut", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barber-shop-concept_23-2148506323.jpg", imageAlt: "Precision fade haircut service" + id: "1", name: "Precision Fade Cut", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barber-shop-concept_23-2148506323.jpg?_wi=2", imageAlt: "Precision fade haircut service" }, { - id: "2", name: "Beard Design & Trim", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Professional beard grooming service" + id: "2", name: "Beard Design & Trim", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=3", imageAlt: "Professional beard grooming service" }, { - id: "3", name: "Complete Styling", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Complete haircut and beard styling service" + id: "3", name: "Complete Styling", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=4", imageAlt: "Complete haircut and beard styling service" } ]} gridVariant="three-columns-all-equal-width" @@ -131,7 +131,7 @@ export default function LandingPage() { }, { id: "2", name: "David Chen", role: "Creative Director", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait of David Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Portrait of David Chen" }, { id: "3", name: "James Rodriguez", role: "Executive", company: "Financial Services", rating: 5, @@ -143,11 +143,11 @@ export default function LandingPage() { }, { id: "5", name: "Ryan Mitchell", role: "Entrepreneur", company: "E-commerce", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait of Ryan Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Portrait of Ryan Mitchell" }, { id: "6", name: "Kevin Park", role: "Marketing Manager", company: "Brand Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait of Kevin Park" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Portrait of Kevin Park" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1