From 6b795b2d77842e6e9774c2fd0e9e42033f9d3411 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:51:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 729bd30..120f85a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,13 +80,13 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Classic", title: "Precision Fade", subtitle: "Sharp, clean lines.", description: "Our signature fade service features precise clippers and expert blending for a clean, professional finish that lasts.", imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "Precision fade cut"}, + tag: "Classic", title: "Precision Fade", subtitle: "Sharp, clean lines.", description: "Our signature fade service features precise clippers and expert blending for a clean, professional finish that lasts.", imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "Precision fade cut", buttons: [{ text: "Book This Service", href: "contact" }]}, { id: 2, - tag: "Modern", title: "Contemporary Cut", subtitle: "Trendy and timeless.", description: "Stay current with our modern cut styles. We combine current trends with your personal style for a look that's uniquely you.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Contemporary haircut"}, + tag: "Modern", title: "Contemporary Cut", subtitle: "Trendy and timeless.", description: "Stay current with our modern cut styles. We combine current trends with your personal style for a look that's uniquely you.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Contemporary haircut", buttons: [{ text: "Book This Service", href: "contact" }]}, { id: 3, - tag: "Grooming", title: "Beard & Shape", subtitle: "Sculpted perfection.", description: "Full beard grooming and facial hair shaping service, including line work and conditioning for the ultimate refined look.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard grooming service"}, + tag: "Grooming", title: "Beard & Shape", subtitle: "Sculpted perfection.", description: "Full beard grooming and facial hair shaping service, including line work and conditioning for the ultimate refined look.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard grooming service", buttons: [{ text: "Book This Service", href: "contact" }]}, ]} /> -- 2.49.1