Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 04:51:38 +00:00

View File

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