From 7333c07f4510013959a516b8b10a54d5172dcbfb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:51:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8f328f..33297bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,13 +88,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Classic Haircuts", description: "Timeless cuts executed with precision and attention to detail. Perfect for those who appreciate traditional styling with a modern touch.", imageSrc: "http://img.b2bpic.net/free-photo/stylist-trimming-beard-client_23-2147778819.jpg" + id: 1, + title: "Classic Haircuts", description: "Timeless cuts executed with precision and attention to detail. Perfect for those who appreciate traditional styling with a modern touch.", imageSrc: "http://img.b2bpic.net/free-photo/stylist-trimming-beard-client_23-2147778819.jpg" }, { - id: "2", title: "Beard Grooming", description: "Expert beard shaping, trimming, and maintenance using premium products. Leave looking sharp and feeling confident.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7908.jpg" + id: 2, + title: "Beard Grooming", description: "Expert beard shaping, trimming, and maintenance using premium products. Leave looking sharp and feeling confident.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7908.jpg" }, { - id: "3", title: "Modern Fades", description: "Precision fade cuts with clean lines and seamless blending. We master every fade variation for a polished finish.", imageSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg" + id: 3, + title: "Modern Fades", description: "Precision fade cuts with clean lines and seamless blending. We master every fade variation for a polished finish.", imageSrc: "http://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg" }, ]} /> -- 2.49.1