Update src/app/page.tsx

This commit is contained in:
2026-05-07 11:37:39 +00:00
parent afe98f438a
commit 089abb246f

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-static" }}
title="Redefining Grooming Excellence in Marrakech"
description="Experience the pinnacle of hospitality and professional grooming, designed for those who appreciate the finer things in life."
buttons={[{ text: "Book Your Appointment", href: "#booking" }]}
buttons={[{ text: "Secure Your Grooming Session", href: "#booking" }]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg", imageAlt: "Luxury barber shop interior marrakech" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/plant-cones-rose-petals_23-2147677773.jpg", imageAlt: "Salon interior elegant design" },
@@ -171,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}