Merge version_1 into main #2
@@ -27,30 +27,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "/events",
|
||||
},
|
||||
name: "Events", id: "/events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve a Table",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Reserve a Table", href: "/contact"}}
|
||||
brandName="Lale Restaurant"
|
||||
/>
|
||||
</div>
|
||||
@@ -62,19 +50,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Genuine Hospitality",
|
||||
value: "Since 2010",
|
||||
},
|
||||
label: "Genuine Hospitality", value: "Since 2010"},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Authentic Cuisine",
|
||||
value: "Traditional",
|
||||
},
|
||||
label: "Authentic Cuisine", value: "Traditional"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "100% Halal",
|
||||
value: "Guaranteed",
|
||||
},
|
||||
label: "100% Halal", value: "Guaranteed"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -87,44 +69,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Leadership",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Leadership", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Ahmet Yilmaz",
|
||||
subtitle: "Owner & Head Chef",
|
||||
detail: "Ahmet brings over 20 years of culinary experience from Istanbul, ensuring every dish at Lale is a masterpiece of authentic Turkish flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-talking-phone-while-sitting-cafe_637285-8834.jpg",
|
||||
imageAlt: "Ahmet Yilmaz, Owner & Head Chef",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-set-by-window_140725-9918.jpg?_wi=2",
|
||||
imageAlt: "turkish restaurant owner portrait",
|
||||
id: "m1", title: "Ahmet Yilmaz", subtitle: "Owner & Head Chef", detail: "Ahmet brings over 20 years of culinary experience from Istanbul, ensuring every dish at Lale is a masterpiece of authentic Turkish flavor.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-talking-phone-while-sitting-cafe_637285-8834.jpg", imageAlt: "Ahmet Yilmaz, Owner & Head Chef"},
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
groupTitle: "Culinary Team",
|
||||
members: [
|
||||
id: "g2", groupTitle: "Culinary Team", members: [
|
||||
{
|
||||
id: "m2",
|
||||
title: "Ayşe Demir",
|
||||
subtitle: "Sous Chef",
|
||||
detail: "Ayşe specializes in traditional Turkish pastries and desserts, adding a sweet finish to our dining experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-portioned-pear-pie-served-tea_141793-2190.jpg",
|
||||
imageAlt: "Ayşe Demir, Sous Chef",
|
||||
},
|
||||
id: "m2", title: "Ayşe Demir", subtitle: "Sous Chef", detail: "Ayşe specializes in traditional Turkish pastries and desserts, adding a sweet finish to our dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-portioned-pear-pie-served-tea_141793-2190.jpg", imageAlt: "Ayşe Demir, Sous Chef"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Mehmet Kaya",
|
||||
subtitle: "Grill Master",
|
||||
detail: "Mehmet's expertise ensures every kebab is perfectly grilled and bursting with flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-adana-kebab-with-rice-fried-vegetables-chopped-onion-ayran-white-plate_176474-3280.jpg",
|
||||
imageAlt: "Mehmet Kaya, Grill Master",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-platter-tomato-cheese-salad-with-pesto-sauce_140725-5255.jpg?_wi=2",
|
||||
imageAlt: "turkish restaurant owner portrait",
|
||||
id: "m3", title: "Mehmet Kaya", subtitle: "Grill Master", detail: "Mehmet's expertise ensures every kebab is perfectly grilled and bursting with flavor.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-adana-kebab-with-rice-fried-vegetables-chopped-onion-ayran-white-plate_176474-3280.jpg", imageAlt: "Mehmet Kaya, Grill Master"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
@@ -138,33 +94,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Events",
|
||||
href: "/events",
|
||||
},
|
||||
label: "Events", href: "/events"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
312
src/app/page.tsx
312
src/app/page.tsx
@@ -32,30 +32,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "/events",
|
||||
},
|
||||
name: "Events", id: "/events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve a Table",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Reserve a Table", href: "/contact"}}
|
||||
brandName="Lale Restaurant"
|
||||
/>
|
||||
</div>
|
||||
@@ -63,85 +51,54 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Experience Authentic Turkish Cuisine in Ulaanbaatar"
|
||||
description="From perfectly grilled kebabs to traditional Turkish hospitality, Lale Restaurant offers a halal dining experience where every guest is welcomed like family."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Rating",
|
||||
},
|
||||
value: "4.8", label: "Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Halal",
|
||||
},
|
||||
value: "100%", label: "Halal"},
|
||||
{
|
||||
value: "Prayer",
|
||||
label: "Room",
|
||||
},
|
||||
value: "Prayer", label: "Room"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "/contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Menu", href: "/menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/morning-breakfast-set-by-window_140725-9918.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/morning-breakfast-set-by-window_140725-9918.jpg"
|
||||
imageAlt="Fresh grilled Adana kebab, Turkish tea, and warm lantern lighting"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45708.jpg",
|
||||
alt: "Businessman posing in a cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45708.jpg", alt: "Businessman posing in a cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/partners-sitting-table-working-cafe_1157-28478.jpg",
|
||||
alt: "Partners sitting at the table and working in a cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/partners-sitting-table-working-cafe_1157-28478.jpg", alt: "Partners sitting at the table and working in a cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-restaurant_23-2147861975.jpg",
|
||||
alt: "Portrait of a young man at restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-restaurant_23-2147861975.jpg", alt: "Portrait of a young man at restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-barista-boy-cafe_23-2148436242.jpg",
|
||||
alt: "Front view of barista boy in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-barista-boy-cafe_23-2148436242.jpg", alt: "Front view of barista boy in cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-bearded-man-cafe-street-with-glass-wine-romantic-guy-white-shirt-cap-suspenders-city-peaky-blinders-old-fassion-retro_1321-2003.jpg",
|
||||
alt: "Young bearded man in a cafe on the street with a glass of wine.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-bearded-man-cafe-street-with-glass-wine-romantic-guy-white-shirt-cap-suspenders-city-peaky-blinders-old-fassion-retro_1321-2003.jpg", alt: "Young bearded man in a cafe on the street with a glass of wine."},
|
||||
]}
|
||||
avatarText="Join our happy guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Flavors",
|
||||
type: "text", text: "Authentic Flavors"},
|
||||
{
|
||||
type: "text-icon", text: "Warm Hospitality", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Warm Hospitality",
|
||||
icon: Award,
|
||||
type: "text", text: "100% Halal Certified"},
|
||||
{
|
||||
type: "text-icon", text: "Signature Kebabs", icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Halal Certified",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Signature Kebabs",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Elegant Dining",
|
||||
},
|
||||
type: "text", text: "Elegant Dining"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,22 +110,13 @@ export default function LandingPage() {
|
||||
description="Discover what makes Lale Restaurant a cherished destination for authentic Turkish hospitality."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Authentic Turkish Flavors",
|
||||
content: "Prepared using traditional recipes and premium ingredients for the true taste of Turkey.",
|
||||
},
|
||||
id: "1", title: "Authentic Turkish Flavors", content: "Prepared using traditional recipes and premium ingredients for the true taste of Turkey."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Warm Hospitality",
|
||||
content: "Guests consistently praise our friendly service and genuine care for every visitor.",
|
||||
},
|
||||
id: "2", title: "Warm Hospitality", content: "Guests consistently praise our friendly service and genuine care for every visitor."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Comfortable & Spacious",
|
||||
content: "A grand dining atmosphere with ample seating, elegant interiors, and dedicated prayer facilities.",
|
||||
},
|
||||
id: "3", title: "Comfortable & Spacious", content: "A grand dining atmosphere with ample seating, elegant interiors, and dedicated prayer facilities."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-platter-tomato-cheese-salad-with-pesto-sauce_140725-5255.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-platter-tomato-cheese-salad-with-pesto-sauce_140725-5255.jpg"
|
||||
imageAlt="Authentic Turkish food prepared with care"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -183,61 +131,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Adana Kebab",
|
||||
price: "₮28,000",
|
||||
variant: "Minced Lamb Skewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-lulya-kebab-with-red-onion-geens-hot-green-pepper-salt-pepper-pita_141793-4992.jpg",
|
||||
imageAlt: "Adana kebab",
|
||||
},
|
||||
id: "p1", name: "Adana Kebab", price: "₮28,000", variant: "Minced Lamb Skewer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lulya-kebab-with-red-onion-geens-hot-green-pepper-salt-pepper-pita_141793-4992.jpg", imageAlt: "Adana kebab"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Kuzu Şiş",
|
||||
price: "₮35,000",
|
||||
variant: "Tender Lamb Skewers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-lamb-kebab-served-with-red-onion-herbs-sumakh-table_140725-10182.jpg",
|
||||
imageAlt: "Kuzu şiş",
|
||||
},
|
||||
id: "p2", name: "Kuzu Şiş", price: "₮35,000", variant: "Tender Lamb Skewers", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lamb-kebab-served-with-red-onion-herbs-sumakh-table_140725-10182.jpg", imageAlt: "Kuzu şiş"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mercimek Çorbası",
|
||||
price: "₮12,000",
|
||||
variant: "Traditional Lentil Soup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-meal-with-fresh-tomatoes-cucumbers-table-food-vegetable-meat-meal_140725-26363.jpg",
|
||||
imageAlt: "Mercimek çorbası",
|
||||
},
|
||||
id: "p3", name: "Mercimek Çorbası", price: "₮12,000", variant: "Traditional Lentil Soup", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-meal-with-fresh-tomatoes-cucumbers-table-food-vegetable-meat-meal_140725-26363.jpg", imageAlt: "Mercimek çorbası"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Turkish Tea",
|
||||
price: "₮6,000",
|
||||
variant: "Authentic Black Tea",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-tea-table-with-glass-tea-figurines-teapot-table-restaurant_176474-3236.jpg",
|
||||
imageAlt: "Turkish tea in a traditional glass",
|
||||
},
|
||||
id: "p4", name: "Turkish Tea", price: "₮6,000", variant: "Authentic Black Tea", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tea-table-with-glass-tea-figurines-teapot-table-restaurant_176474-3236.jpg", imageAlt: "Turkish tea in a traditional glass"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Manti",
|
||||
price: "₮25,000",
|
||||
variant: "Turkish Dumplings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-dish-gyurza-with-olives-herbs_141793-4278.jpg",
|
||||
imageAlt: "Turkish manti",
|
||||
},
|
||||
id: "p5", name: "Manti", price: "₮25,000", variant: "Turkish Dumplings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-dish-gyurza-with-olives-herbs_141793-4278.jpg", imageAlt: "Turkish manti"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Baklava",
|
||||
price: "₮15,000",
|
||||
variant: "Pistachio Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-turkish-delight-flavors-wooden-board-tea-towel-marble-table_114579-72603.jpg",
|
||||
imageAlt: "Turkish baklava",
|
||||
},
|
||||
id: "p6", name: "Baklava", price: "₮15,000", variant: "Pistachio Dessert", imageSrc: "http://img.b2bpic.net/free-photo/tasty-turkish-delight-flavors-wooden-board-tea-towel-marble-table_114579-72603.jpg", imageAlt: "Turkish baklava"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Experience our exquisite selection of traditional Turkish cuisine, crafted with passion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Full Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Explore Full Menu", href: "/menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -249,29 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Certified",
|
||||
title: "Halal Ingredients",
|
||||
description: "All our meats and ingredients are strictly halal-certified.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-scientist-with-hijab-notepad_23-2148491999.jpg",
|
||||
imageAlt: "Halal certified meat",
|
||||
},
|
||||
id: "m1", value: "Certified", title: "Halal Ingredients", description: "All our meats and ingredients are strictly halal-certified.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-scientist-with-hijab-notepad_23-2148491999.jpg", imageAlt: "Halal certified meat"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Welcoming",
|
||||
title: "Family-Friendly",
|
||||
description: "Enjoy a comfortable and family-friendly dining environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg",
|
||||
imageAlt: "Family friendly restaurant",
|
||||
},
|
||||
id: "m2", value: "Welcoming", title: "Family-Friendly", description: "Enjoy a comfortable and family-friendly dining environment.", imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg", imageAlt: "Family friendly restaurant"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Available",
|
||||
title: "Prayer Room",
|
||||
description: "Dedicated and clean prayer facilities for Muslim guests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-slippers_53876-31260.jpg",
|
||||
imageAlt: "Prayer room",
|
||||
},
|
||||
id: "m3", value: "Available", title: "Prayer Room", description: "Dedicated and clean prayer facilities for Muslim guests.", imageSrc: "http://img.b2bpic.net/free-photo/couple-slippers_53876-31260.jpg", imageAlt: "Prayer room"},
|
||||
]}
|
||||
title="100% Halal Dining"
|
||||
description="We proudly serve fully halal meals prepared with care and integrity, ensuring a respectful and welcoming atmosphere for all our guests."
|
||||
@@ -286,59 +178,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anara B.",
|
||||
role: "Local Food Critic",
|
||||
company: "Ulaanbaatar Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-business-owner_23-2149434491.jpg",
|
||||
imageAlt: "Reviewer Anara B.",
|
||||
},
|
||||
id: "t1", name: "Anara B.", role: "Local Food Critic", company: "Ulaanbaatar Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-business-owner_23-2149434491.jpg", imageAlt: "Reviewer Anara B."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Battulga M.",
|
||||
role: "Business Traveler",
|
||||
company: "Global Connect",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg",
|
||||
imageAlt: "Reviewer Battulga M.",
|
||||
},
|
||||
id: "t2", name: "Battulga M.", role: "Business Traveler", company: "Global Connect", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg", imageAlt: "Reviewer Battulga M."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Nomundari G.",
|
||||
role: "Community Leader",
|
||||
company: "Muslim Association of UB",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-looking-mobile-phone_23-2147810892.jpg",
|
||||
imageAlt: "Reviewer Nomundari G.",
|
||||
},
|
||||
id: "t3", name: "Nomundari G.", role: "Community Leader", company: "Muslim Association of UB", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-looking-mobile-phone_23-2147810892.jpg", imageAlt: "Reviewer Nomundari G."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Erdenebayar S.",
|
||||
role: "Culinary Enthusiast",
|
||||
company: "Foodie Journeys",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-pouring-pasta-into-bag_482257-76488.jpg",
|
||||
imageAlt: "Reviewer Erdenebayar S.",
|
||||
},
|
||||
id: "t4", name: "Erdenebayar S.", role: "Culinary Enthusiast", company: "Foodie Journeys", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-pouring-pasta-into-bag_482257-76488.jpg", imageAlt: "Reviewer Erdenebayar S."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Zolzaya B.",
|
||||
role: "Local Resident",
|
||||
company: "Ulaanbaatar Living",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-armudu-glass-tea-with-dried-fruits-black-rustic-background_141793-7747.jpg",
|
||||
imageAlt: "Reviewer Zolzaya B.",
|
||||
},
|
||||
id: "t5", name: "Zolzaya B.", role: "Local Resident", company: "Ulaanbaatar Living", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-armudu-glass-tea-with-dried-fruits-black-rustic-background_141793-7747.jpg", imageAlt: "Reviewer Zolzaya B."},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Ganbaatar L.",
|
||||
role: "International Student",
|
||||
company: "National University of Mongolia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-food_23-2148866916.jpg",
|
||||
imageAlt: "Reviewer Ganbaatar L.",
|
||||
},
|
||||
id: "t6", name: "Ganbaatar L.", role: "International Student", company: "National University of Mongolia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-food_23-2148866916.jpg", imageAlt: "Reviewer Ganbaatar L."},
|
||||
]}
|
||||
title="Guests Don't Just Visit Once"
|
||||
description="Hear directly from our cherished patrons about their unforgettable experiences."
|
||||
@@ -352,20 +208,11 @@ export default function LandingPage() {
|
||||
description="Lale Restaurant was created to bring authentic Turkish flavors and genuine hospitality to Ulaanbaatar. Every dish reflects the traditions of Turkish cuisine—from carefully selected ingredients to time-honored cooking techniques. Whether you're joining us for family dinner, business meetings, or special occasions, you'll experience the warmth and generosity that Turkish culture is known for."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "a1",
|
||||
title: "Our Culinary Journey",
|
||||
content: "Explore the rich history and passion behind every dish we serve.",
|
||||
},
|
||||
id: "a1", title: "Our Culinary Journey", content: "Explore the rich history and passion behind every dish we serve."},
|
||||
{
|
||||
id: "a2",
|
||||
title: "Commitment to Authenticity",
|
||||
content: "We source the finest ingredients and adhere to traditional Turkish recipes.",
|
||||
},
|
||||
id: "a2", title: "Commitment to Authenticity", content: "We source the finest ingredients and adhere to traditional Turkish recipes."},
|
||||
{
|
||||
id: "a3",
|
||||
title: "Generations of Hospitality",
|
||||
content: "Our service is rooted in the timeless tradition of Turkish warmth and care.",
|
||||
},
|
||||
id: "a3", title: "Generations of Hospitality", content: "Our service is rooted in the timeless tradition of Turkish warmth and care."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/caucasian-male-entrepreneur-holds-clipboard_482257-121175.jpg"
|
||||
imageAlt="Owner greeting guests"
|
||||
@@ -379,20 +226,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Family Celebrations",
|
||||
"Business Dinners",
|
||||
"Group Events",
|
||||
"Tourist Groups",
|
||||
"Community Gatherings",
|
||||
"Anniversaries",
|
||||
]}
|
||||
"Family Celebrations", "Business Dinners", "Group Events", "Tourist Groups", "Community Gatherings", "Anniversaries"]}
|
||||
title="Gather Around Great Food"
|
||||
description="Lale Restaurant is the perfect setting for your most cherished moments."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Event",
|
||||
href: "/events",
|
||||
},
|
||||
text: "Reserve Your Event", href: "/events"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -401,25 +240,14 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Lale Restaurant"
|
||||
description="📍 BGD – 11 Khoroo, Ulaanbaatar \\\n📞 9907 2733 \\\nOpen Daily Until 11 PM"
|
||||
inputPlaceholder="Your current location"
|
||||
buttonText="Get Directions"
|
||||
termsText="Clicking 'Get Directions' will open your preferred map application."
|
||||
onSubmit={(email) => console.log('Get Directions clicked')}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/search/Lale+Restaurant+Ulaanbaatar",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+97699072733",
|
||||
},
|
||||
]}
|
||||
onSubmit={() => window.open('https://www.google.com/maps/search/Lale+Restaurant+Ulaanbaatar', '_blank')}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -429,33 +257,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Events",
|
||||
href: "/events",
|
||||
},
|
||||
label: "Events", href: "/events"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user