12 Commits

Author SHA1 Message Date
70e9ea44aa Merge version_3 into main
Merge version_3 into main
2026-06-12 14:02:46 +00:00
527ec81c9e Update src/app/page.tsx 2026-06-12 14:02:43 +00:00
dc1806557b Merge version_3 into main
Merge version_3 into main
2026-06-12 13:59:50 +00:00
cf0b05878a Update src/app/page.tsx 2026-06-12 13:59:47 +00:00
7498b53ada Merge version_3 into main
Merge version_3 into main
2026-06-12 13:53:41 +00:00
51bc8cafe0 Update src/app/location/page.tsx 2026-06-12 13:53:35 +00:00
a2bcae8f01 Merge version_2 into main
Merge version_2 into main
2026-06-12 13:51:27 +00:00
b6312c2ebb Update src/app/page.tsx 2026-06-12 13:51:20 +00:00
2888514da6 Merge version_2 into main
Merge version_2 into main
2026-06-12 13:50:40 +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
2 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
{
type: "text", content: "Discover the Vibrant Medina"},
{
type: "text", content: "Immerse yourself in the bustling souks, historical palaces, and vibrant cultural attractions that surround our tranquil riad. Explore the labyrinthine alleyways, discover traditional markets, and savor local flavors at authentic restaurants, all just steps away from your comfortable haven."
type: "text", content: "Step outside and find yourself immersed in the authentic spirit of Marrakech. Our prime location offers immediate access to the bustling souks, historic palaces, and tantalizing local eateries, all within easy walking distance."
},
{
type: "image", src: "http://img.b2bpic.net/free-photo/fountain-morocco_74190-3699.jpg", alt: "Vibrant Marrakech Medina street scene"
@@ -128,4 +128,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

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"
@@ -106,7 +106,7 @@ export default function LandingPage() {
{
type: "text", content: "Discover Riad Marrakech Doors"},
{
type: "text", content: "Nestled in the vibrant heart of Marrakech's historic Medina, Riad Marrakech Doors is a boutique sanctuary offering an authentic Moroccan experience with a touch of modern luxury. Our riad is a peaceful retreat, meticulously designed to reflect traditional architecture while providing exceptional comfort and hospitality. Immerse yourself in the enchanting atmosphere, where every corner tells a story of Moroccan heritage."
type: "text", content: ""
},
{
type: "image", src: "http://img.b2bpic.net/free-photo/oriental-door_23-2148129877.jpg", alt: "Traditional Moroccan riad interior with intricate decor and warm lighting"
@@ -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>
);
}
}