Merge version_1 into main #2

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

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -47,14 +47,14 @@ export default function LandingPage() {
description="Authentic Central Asian Cuisine\nin the Heart of JLT\n\nExperience rich flavors, elegant ambiance, and the warm hospitality that has made Aishazza one of JLT's most loved dining destinations. From handmade manty and perfectly grilled kebabs to flavorful lagman and comforting classics, every dish is crafted with fresh ingredients and authentic recipes."
tag="Premium Casual Dining"
tagIcon={Sparkles}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg"
imageAlt="Aishazza Restaurant Hero - Lake View and Gourmet Cuisine"
buttons={[
{ text: "Reserve a Table", href: "#contact" },
{ text: "View Menu", href: "#signature" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="opacity"
/>
</div>
@@ -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?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425868.jpg"},
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?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68435.jpg"},
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?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425868.jpg"
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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", 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", 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?_wi=5", 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", imageAlt: "Kitchen Team Member"},
],
},
]}