From a70400e1aa3b0ac92661ccaae1901fcdfb045d5e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 13:50:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfda57a..1b78ee5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", alt: "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() { ); -} +} \ No newline at end of file -- 2.49.1