From aacae1f172e3ba9900bb319dd9cff4b84c8b6511 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:28:22 +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 57af777..00e43ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,13 +100,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", tag: "Classic", title: "Haircuts & Fades", description: "Expert cuts ranging from classic styles to modern fades. Our barbers blend precision technique with your personal style.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-spray-customer-barbershop_23-2147737081.jpg", imageAlt: "Professional haircut service" + id: "1", tag: "Classic", title: "Haircuts & Fades", description: "Expert cuts ranging from classic styles to modern fades. Our barbers blend precision technique with your personal style. Starting at $35.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-spray-customer-barbershop_23-2147737081.jpg", imageAlt: "Professional haircut service" }, { - id: "2", tag: "Premium", title: "Beard Grooming", description: "Complete beard shaping, trimming, and styling services. We'll help you maintain the perfect look with expert care.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-senior-client-evaluating-work_23-2148181903.jpg", imageAlt: "Beard grooming service" + id: "2", tag: "Premium", title: "Beard Grooming", description: "Complete beard shaping, trimming, and styling services. We'll help you maintain the perfect look with expert care. Starting at $25.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-senior-client-evaluating-work_23-2148181903.jpg", imageAlt: "Beard grooming service" }, { - id: "3", tag: "Signature", title: "Straight Razor Shave", description: "Experience the luxury of a traditional straight razor shave. A premium grooming ritual that leaves you refreshed and smooth.", imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43581.jpg", imageAlt: "Straight razor shave service" + id: "3", tag: "Signature", title: "Straight Razor Shave", description: "Experience the luxury of a traditional straight razor shave. A premium grooming ritual that leaves you refreshed and smooth. Starting at $45.", imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43581.jpg", imageAlt: "Straight razor shave service" } ]} buttons={[ -- 2.49.1