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" }, ]} />