4 Commits

Author SHA1 Message Date
b6312c2ebb Update src/app/page.tsx 2026-06-12 13:51:20 +00:00
a70400e1aa Update src/app/page.tsx 2026-06-12 13:50:34 +00:00
d3d50c4c6e Merge version_1 into main
Merge version_1 into main
2026-06-12 13:46:10 +00:00
8825676240 Merge version_1 into main
Merge version_1 into main
2026-06-12 13:45:08 +00:00

View File

@@ -91,8 +91,8 @@ export default function LandingPage() {
src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-scarf-desert_23-2149408636.jpg", alt: "Front view woman wearing scarf in desert"},
]}
avatarText="Loved by over 70 happy guests"
imageSrc="http://img.b2bpic.net/free-photo/blonde-girl-with-sunglasses-surrounded-by-chinese-lanterns-night_138670-180.jpg"
imageAlt="Luxurious Riad Marrakech Doors courtyard with pool and traditional architecture"
imageSrc="http://img.b2bpic.net/free-photo/moroccan-africa-interior-ornate-pool_1203-5073.jpg"
imageAlt="Luxurious Riad Marrakech Doors interior courtyard with traditional design and a refreshing pool"
showDimOverlay={true}
showBlur={true}
textPosition="bottom"
@@ -133,7 +133,7 @@ export default function LandingPage() {
{
title: "Exquisite Restaurant", description: "Savor delicious Moroccan and international cuisine at our in-house restaurant, offering a delightful culinary journey.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg", imageAlt: "Riad restaurant dining area"},
{
title: "Prime Medina Location", description: "Located just steps away from major attractions, our riad offers unparalleled access to the vibrant souks and cultural heart of Marrakech.", imageSrc: "http://img.b2bpic.net/free-photo/view-cardona-roofs-from-castle_1398-3195.jpg", imageAlt: "Marrakech Medina map"},
title: "Prime Medina Location", description: "Located just steps away from major attractions, our riad offers unparalleled access to the vibrant souks and cultural heart of Marrakech.", imageSrc: "http://img.b2bpic.net/free-photo/view-cardona-roofs-from-castle_1398-3195.jpg", imageAlt: "Marrakech Medina map"}
]}
title="Why Choose Riad Marrakech Doors?"
description="Discover the unique advantages that make our riad your perfect retreat in the heart of Marrakech, combining traditional charm with modern comforts."
@@ -236,4 +236,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}