diff --git a/src/app/page.tsx b/src/app/page.tsx index 3787c3e..3129b36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,10 +42,10 @@ export default function SitePage() { background={{ variant: "grid" }} mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg", imageAlt: "Modern barbershop interior with a barber at work" }, - { imageSrc: "https://img.b2bpic.net/free-photo/barber-shaving-beard-elderly-man_23-2148181976.jpg", imageAlt: "Barber working hairdresser professional barber barber tools" }, - { imageSrc: "https://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "classic haircut mens grooming hair styling fade haircut" }, - { imageSrc: "https://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "beard trim beard care mens beard styling barber services" }, - { imageSrc: "https://img.b2bpic.net/free-photo/front-view-hairy-man-shaving-beard_23-2149615818.jpg", imageAlt: "straight razor shave hot towel shave mens shaving luxury shave" }, + { imageSrc: "https://img.b2bpic.net/free-photo/barber-shaving-beard-elderly-man_23-2148181976.jpg?_wi=1", imageAlt: "Barber working hairdresser professional barber barber tools" }, + { imageSrc: "https://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=1", imageAlt: "classic haircut mens grooming hair styling fade haircut" }, + { imageSrc: "https://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "beard trim beard care mens beard styling barber services" }, + { imageSrc: "https://img.b2bpic.net/free-photo/front-view-hairy-man-shaving-beard_23-2149615818.jpg?_wi=1", imageAlt: "straight razor shave hot towel shave mens shaving luxury shave" }, ]} buttons={[ { text: "Book Now", href: "contact" }, @@ -63,7 +63,7 @@ export default function SitePage() { { title: "Premium Products", description: "We use only the finest grooming products for superior results." }, { title: "Relaxing Atmosphere", description: "Enjoy a comfortable and inviting space designed for your comfort." }, ]} - imageSrc="https://img.b2bpic.net/free-photo/barber-shaving-beard-elderly-man_23-2148181976.jpg" + imageSrc="https://img.b2bpic.net/free-photo/barber-shaving-beard-elderly-man_23-2148181976.jpg?_wi=2" imageAlt="Barber meticulously styling a client's hair" mediaAnimation="slide-up" imagePosition="right" @@ -77,9 +77,9 @@ export default function SitePage() { title="Our Signature Services" description="From classic cuts to modern styles, our barbers are masters of their craft." features={[ - { title: "Precision Haircuts", description: "Expert cuts tailored to your personal style and preference.", imageSrc: "https://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "Close-up of a precision haircut in progress" }, - { title: "Classic Hot Shave", description: "Indulge in a luxurious hot towel shave for ultimate smoothness.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-hairy-man-shaving-beard_23-2149615818.jpg", imageAlt: "Barber applying hot towel during a shave" }, - { title: "Beard Trimming & Styling", description: "Shape and define your beard with our professional grooming services.", imageSrc: "https://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Barber trimming a client's beard" }, + { title: "Precision Haircuts", description: "Expert cuts tailored to your personal style and preference.", imageSrc: "https://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=2", imageAlt: "Close-up of a precision haircut in progress" }, + { title: "Classic Hot Shave", description: "Indulge in a luxurious hot towel shave for ultimate smoothness.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-hairy-man-shaving-beard_23-2149615818.jpg?_wi=2", imageAlt: "Barber applying hot towel during a shave" }, + { title: "Beard Trimming & Styling", description: "Shape and define your beard with our professional grooming services.", imageSrc: "https://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Barber trimming a client's beard" }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"