Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 05:39:57 +00:00

View File

@@ -116,7 +116,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Lakeside Seating", description: "Enjoy tranquil views of the JLT lakes in our comfortable outdoor terrace. The perfect setting for evening dinners and peaceful moments.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425868.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425868.jpg?_wi=1"},
items: [
{ icon: Wind, text: "Peaceful atmosphere" },
{ icon: Sun, text: "Beautiful sunset views" },
@@ -126,7 +126,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Exceptional Service", description: "Our professional and attentive team takes pride in welcoming every guest with warmth and genuine care. Your satisfaction is our priority.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg?_wi=1"},
items: [
{ icon: Users, text: "Friendly professional staff" },
{ icon: CheckCircle, text: "Attentive service" },
@@ -170,7 +170,7 @@ export default function LandingPage() {
<MediaAbout
title="Lakeside Terrace Dining"
description="Enjoy your meal with tranquil views of the JLT lakes. Our outdoor terrace offers a relaxed atmosphere perfect for evening dinners, weekend brunches, or a quiet cup of Turkish tea while watching the sunset. Comfortable seating, peaceful surroundings, and attentive service make the terrace one of Aishazza's most loved features."
imageSrc="http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425868.jpg"
imageSrc="http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425868.jpg?_wi=2"
imageAlt="Aishazza Lakeside Terrace - Peaceful Dining with Lake Views"
useInvertedBackground={false}
buttons={[{ text: "Reserve Terrace Table", href: "#contact" }]}
@@ -189,17 +189,17 @@ export default function LandingPage() {
{
id: "management", groupTitle: "Management & Leadership", members: [
{
id: "1", title: "Restaurant Manager", subtitle: "Guest Experience Lead", detail: "Dedicated to creating memorable experiences", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg", imageAlt: "Restaurant Manager"},
id: "1", title: "Restaurant Manager", subtitle: "Guest Experience Lead", detail: "Dedicated to creating memorable experiences", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg?_wi=2", imageAlt: "Restaurant Manager"},
{
id: "2", title: "Executive Chef", subtitle: "Culinary Director", detail: "Master of authentic Central Asian cuisine", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg", imageAlt: "Executive Chef"},
id: "2", title: "Executive Chef", subtitle: "Culinary Director", detail: "Master of authentic Central Asian cuisine", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg?_wi=3", imageAlt: "Executive Chef"},
],
},
{
id: "service", groupTitle: "Service & Hospitality", members: [
{
id: "3", title: "Service Team", subtitle: "Front of House", detail: "Professional and attentive hospitality", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg", imageAlt: "Service Team Member"},
id: "3", title: "Service Team", subtitle: "Front of House", detail: "Professional and attentive hospitality", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg?_wi=4", imageAlt: "Service Team Member"},
{
id: "4", title: "Kitchen Team", subtitle: "Back of House", detail: "Passionate culinary craftspeople", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg", imageAlt: "Kitchen Team Member"},
id: "4", title: "Kitchen Team", subtitle: "Back of House", detail: "Passionate culinary craftspeople", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg?_wi=5", imageAlt: "Kitchen Team Member"},
],
},
]}