diff --git a/src/app/page.tsx b/src/app/page.tsx index c076fbb..716a9ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,21 +46,21 @@ export default function LandingPage() { tag="Premium Barbershop" tagIcon={Scissors} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg?_wi=1", imageAlt: "Professional barber cutting hair with precision" + imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg", imageAlt: "Professional barber cutting hair with precision" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43572.jpg?_wi=1", imageAlt: "Expert barber styling client hair" + imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43572.jpg", imageAlt: "Expert barber styling client hair" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg?_wi=1", imageAlt: "Luxury barbershop interior design" + imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg", imageAlt: "Luxury barbershop interior design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg?_wi=2", imageAlt: "Premium grooming service in progress" + imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg", imageAlt: "Premium grooming service in progress" } ]} buttons={[ @@ -80,7 +80,7 @@ export default function LandingPage() { tag="Our Heritage" tagIcon={Trophy} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg" imageAlt="Lady Vicky Barbershop Premium Interior" imagePosition="right" mediaAnimation="blur-reveal" @@ -124,19 +124,19 @@ export default function LandingPage() { id: "haircut", title: "Classic Haircuts", descriptions: [ "Precision cuts tailored to your unique features and preferences", "Expert techniques ranging from timeless classics to contemporary styles", "Personal styling consultation to ensure perfection" ], - imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg?_wi=3", imageAlt: "Professional haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985733.jpg", imageAlt: "Professional haircut service" }, { id: "shave", title: "Traditional Shaves", descriptions: [ "Authentic straight razor shaves for the ultimate grooming experience", "Hot towel preparation and premium shaving products", "Luxurious facial treatment included with every shave" ], - imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43572.jpg?_wi=2", imageAlt: "Traditional straight razor shave" + imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43572.jpg", imageAlt: "Traditional straight razor shave" }, { id: "styling", title: "Expert Styling", descriptions: [ "Bespoke styling for special occasions and everyday elegance", "Advanced coloring and treatment options available", "Personalized grooming products recommendations" ], - imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg?_wi=3", imageAlt: "Professional styling service" + imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7721.jpg", imageAlt: "Professional styling service" } ]} ariaLabel="Services section" @@ -179,7 +179,6 @@ export default function LandingPage() { tag="Client Testimonials" tagIcon={MessageCircle} tagAnimation="slide-up" - gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} @@ -232,7 +231,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Book Your Premium Experience" description="Step into Lady Vicky Barbershop and discover why gentlemen across Europe trust us with their grooming. Secure your appointment today and experience barbering excellence." - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Schedule Appointment", href: "https://booking.ladyvickybarbershop.com" }, { text: "Contact Us", href: "mailto:info@ladyvickybarbershop.com" }