Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 02:46:54 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -37,7 +37,8 @@ export default function LandingPage() {
{ name: "Reserve", id: "reserve" },
]}
button={{
text: "Call Now", href: "tel:+97677116466"}}
text: "Call Now", href: "tel:+97677116466"
}}
/>
</div>
@@ -46,18 +47,23 @@ export default function LandingPage() {
title="A Cozy Local Restaurant in Ulaanbaatar"
description="Great food, relaxed atmosphere, and a menu everyone can enjoy. From casual weeknight dinners to special celebrations, The Bridge welcomes you with warmth and authentic flavors."
tag="4.2 ★ 40+ Guest Reviews"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/table-with-white-servant_140725-6421.jpg", imageAlt: "Signature dish at The Bridge restaurant"},
imageSrc: "http://img.b2bpic.net/free-photo/table-with-white-servant_140725-6421.jpg", imageAlt: "Signature dish at The Bridge restaurant"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg?_wi=1", imageAlt: "Cozy dining atmosphere at The Bridge"},
imageSrc: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg", imageAlt: "Cozy dining atmosphere at The Bridge"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-with-tomato_140725-1278.jpg?_wi=1", imageAlt: "Cheesy chicken dish"},
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-with-tomato_140725-1278.jpg", imageAlt: "Cheesy chicken dish"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-bearded-man-sitting-bar-with-phone_171337-19415.jpg?_wi=1", imageAlt: "Restaurant bar and seating area"},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-bearded-man-sitting-bar-with-phone_171337-19415.jpg", imageAlt: "Restaurant bar and seating area"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006716.jpg?_wi=1", imageAlt: "Friends enjoying meals together"},
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006716.jpg", imageAlt: "Friends enjoying meals together"
},
]}
buttons={[
{ text: "Call Now", href: "tel:+97677116466" },
@@ -74,7 +80,7 @@ export default function LandingPage() {
title="Welcome to The Bridge"
description="Located on Chinggis Khan Avenue in the heart of Ulaanbaatar, The Bridge is a cozy restaurant offering a wide variety of food at affordable prices in a relaxed and welcoming atmosphere. We believe good food brings people together. Our friendly staff, diverse menu, and intimate setting make it the perfect spot for locals, expats, tourists, and groups alike."
tag="About Us"
imageSrc="http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg"
imageAlt="The Bridge restaurant interior"
buttons={[{ text: "Reserve a Table", href: "#reserve" }]}
useInvertedBackground={false}
@@ -89,11 +95,14 @@ export default function LandingPage() {
tagIcon={Package}
products={[
{
id: "1", name: "Cheesy Chicken", price: "18,000₮", variant: "Grilled with melted cheese", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-with-tomato_140725-1278.jpg?_wi=2", imageAlt: "Cheesy chicken dish"},
id: "1", name: "Cheesy Chicken", price: "18,000₮", variant: "Grilled with melted cheese", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-with-tomato_140725-1278.jpg", imageAlt: "Cheesy chicken dish"
},
{
id: "2", name: "Noodle Bowl", price: "15,000₮", variant: "Fresh with vegetables", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=1", imageAlt: "Noodle bowl"},
id: "2", name: "Noodle Bowl", price: "15,000₮", variant: "Fresh with vegetables", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg", imageAlt: "Noodle bowl"
},
{
id: "3", name: "Signature Dessert", price: "8,000₮", variant: "Sweet chocolate treat", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-ice-cream-assortment_23-2149836008.jpg", imageAlt: "Chocolate dessert"},
id: "3", name: "Signature Dessert", price: "8,000₮", variant: "Sweet chocolate treat", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-ice-cream-assortment_23-2149836008.jpg", imageAlt: "Chocolate dessert"
},
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
@@ -109,8 +118,9 @@ export default function LandingPage() {
description="Experience the warmth and authenticity that makes us a favorite among locals and visitors alike."
features={[
{
id: "1", title: "Wide Menu Variety", description: "From traditional favorites to modern dishes, our menu caters to every taste and dietary preference. Something delicious awaits everyone.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-with-tomato_140725-1278.jpg?_wi=3", imageAlt: "Various menu items"},
id: "1", title: "Wide Menu Variety", description="From traditional favorites to modern dishes, our menu caters to every taste and dietary preference. Something delicious awaits everyone.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-with-tomato_140725-1278.jpg", imageAlt: "Various menu items"
},
items: [
{ icon: Check, text: "Diverse cuisine options" },
{ icon: Check, text: "Vegetarian & special diets available" },
@@ -119,8 +129,9 @@ export default function LandingPage() {
reverse: false,
},
{
id: "2", title: "Cozy Intimate Atmosphere", description: "Our thoughtfully designed dining space creates the perfect ambiance for intimate dinners, family gatherings, and celebrations. Warm lighting and comfortable seating make every visit memorable.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg?_wi=3", imageAlt: "Restaurant atmosphere"},
id: "2", title: "Cozy Intimate Atmosphere", description="Our thoughtfully designed dining space creates the perfect ambiance for intimate dinners, family gatherings, and celebrations. Warm lighting and comfortable seating make every visit memorable.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg", imageAlt: "Restaurant atmosphere"
},
items: [
{ icon: Check, text: "Relaxed, welcoming environment" },
{ icon: Check, text: "Perfect for groups and events" },
@@ -129,8 +140,9 @@ export default function LandingPage() {
reverse: true,
},
{
id: "3", title: "Friendly, Attentive Staff", description: "Our team is dedicated to making your dining experience exceptional. From greeting to goodbye, we provide genuine hospitality and prompt service.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006716.jpg?_wi=2", imageAlt: "Staff and guests together"},
id: "3", title: "Friendly, Attentive Staff", description="Our team is dedicated to making your dining experience exceptional. From greeting to goodbye, we provide genuine hospitality and prompt service.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006716.jpg", imageAlt: "Staff and guests together"
},
items: [
{ icon: Check, text: "Knowledgeable recommendations" },
{ icon: Check, text: "Attentive service" },
@@ -152,17 +164,23 @@ export default function LandingPage() {
tag="Guest Reviews"
testimonials={[
{
id: "1", name: "Amber Williams, Local Resident", date: "Date: 15 December 2024", title: "Best cozy spot in Ulaanbaatar!", quote: "Cozy place with good atmosphere and decent prices. The food is always fresh and the staff is incredibly friendly. We come here at least twice a month now. Would definitely come again!", tag: "Regular Guest", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", avatarAlt: "Amber Williams", imageSrc: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg?_wi=4", imageAlt: "Restaurant atmosphere"},
id: "1", name: "Amber Williams, Local Resident", date: "Date: 15 December 2024", title: "Best cozy spot in Ulaanbaatar!", quote: "Cozy place with good atmosphere and decent prices. The food is always fresh and the staff is incredibly friendly. We come here at least twice a month now. Would definitely come again!", tag: "Regular Guest", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", avatarAlt: "Amber Williams", imageSrc: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg", imageAlt: "Restaurant atmosphere"
},
{
id: "2", name: "Marco Rossi, Expat", date: "Date: 8 December 2024", title: "Great food and authentic hospitality", quote: "Found this gem while exploring Chinggis Khan Ave. The cheesy chicken is fantastic, portions are generous, and the owners really care about making you feel welcome. Highly recommend to anyone looking for authentic local dining.", tag: "New to Ulaanbaatar", avatarSrc: "http://img.b2bpic.net/free-photo/confident-happy-brunette-businesswoman-posing-studio_176420-29819.jpg", avatarAlt: "Marco Rossi", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-with-tomato_140725-1278.jpg?_wi=4", imageAlt: "Cheesy chicken dish"},
id: "2", name: "Marco Rossi, Expat", date: "Date: 8 December 2024", title: "Great food and authentic hospitality", quote: "Found this gem while exploring Chinggis Khan Ave. The cheesy chicken is fantastic, portions are generous, and the owners really care about making you feel welcome. Highly recommend to anyone looking for authentic local dining.", tag: "New to Ulaanbaatar", avatarSrc: "http://img.b2bpic.net/free-photo/confident-happy-brunette-businesswoman-posing-studio_176420-29819.jpg", avatarAlt: "Marco Rossi", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-wings-with-tomato_140725-1278.jpg", imageAlt: "Cheesy chicken dish"
},
{
id: "3", name: "Lisa Chen, Group Organizer", date: "Date: 28 November 2024", title: "Perfect for celebrations", quote: "We booked a table for 12 people to celebrate a milestone. The staff accommodated us beautifully, the food was excellent, and the atmosphere was lively without being too loud. They really know how to make group dining special.", tag: "Group Dining", avatarSrc: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg", avatarAlt: "Lisa Chen", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006716.jpg?_wi=3", imageAlt: "Friends enjoying meals together"},
id: "3", name: "Lisa Chen, Group Organizer", date: "Date: 28 November 2024", title: "Perfect for celebrations", quote: "We booked a table for 12 people to celebrate a milestone. The staff accommodated us beautifully, the food was excellent, and the atmosphere was lively without being too loud. They really know how to make group dining special.", tag: "Group Dining", avatarSrc: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg", avatarAlt: "Lisa Chen", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006716.jpg", imageAlt: "Friends enjoying meals together"
},
{
id: "4", name: "Bataar Khuu, Local Guide", date: "Date: 12 November 2024", title: "Must-visit for locals and tourists alike", quote: "I bring all my friends and visitors here. The menu has something for everyone, the prices are fair, and you always get that genuine Mongolian hospitality. It's become my go-to spot for introducing people to great local dining.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg", avatarAlt: "Bataar Khuu", imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-bearded-man-sitting-bar-with-phone_171337-19415.jpg?_wi=2", imageAlt: "Restaurant bar and seating area"},
id: "4", name: "Bataar Khuu, Local Guide", date: "Date: 12 November 2024", title: "Must-visit for locals and tourists alike", quote: "I bring all my friends and visitors here. The menu has something for everyone, the prices are fair, and you always get that genuine Mongolian hospitality. It's become my go-to spot for introducing people to great local dining.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg", avatarAlt: "Bataar Khuu", imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-bearded-man-sitting-bar-with-phone_171337-19415.jpg", imageAlt: "Restaurant bar and seating area"
},
{
id: "5", name: "Sarah Johnson, Tourist", date: "Date: 5 November 2024", title: "Authentic and welcoming experience", quote: "Best meal of my trip! The restaurant feels authentic and welcoming. Staff patiently explained dishes, offered great recommendations, and made us feel like family. Coming back before I leave Ulaanbaatar!", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=2", imageAlt: "Pasta dish"},
id: "5", name: "Sarah Johnson, Tourist", date: "Date: 5 November 2024", title: "Authentic and welcoming experience", quote: "Best meal of my trip! The restaurant feels authentic and welcoming. Staff patiently explained dishes, offered great recommendations, and made us feel like family. Coming back before I leave Ulaanbaatar!", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg", imageAlt: "Pasta dish"
},
{
id: "6", name: "David Kim, Food Enthusiast", date: "Date: 22 October 2024", title: "Where locals eat and for good reason", quote: "This is where real people eat real food. No pretense, just solid cooking, honest prices, and staff that genuinely cares. The noodle bowl is phenomenal. Supporting this place every week!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/confident-happy-brunette-businesswoman-posing-studio_176420-29819.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg?_wi=3", imageAlt: "Noodle bowl"},
id: "6", name: "David Kim, Food Enthusiast", date: "Date: 22 October 2024", title: "Where locals eat and for good reason", quote: "This is where real people eat real food. No pretense, just solid cooking, honest prices, and staff that genuinely cares. The noodle bowl is phenomenal. Supporting this place every week!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/confident-happy-brunette-businesswoman-posing-studio_176420-29819.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg", imageAlt: "Noodle bowl"
},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -176,7 +194,8 @@ export default function LandingPage() {
description="Located in the heart of Ulaanbaatar at HUD-1 khoroo. We're open daily and ready to welcome you with open arms and a warm meal."
buttons={[
{
text: "Get Directions", href: "https://maps.google.com/?q=Chinggis+Khan+Ave+HUD-1+khoroo+Ulaanbaatar"},
text: "Get Directions", href: "https://maps.google.com/?q=Chinggis+Khan+Ave+HUD-1+khoroo+Ulaanbaatar"
},
{ text: "Call Now", href: "tel:+97677116466" },
]}
background={{ variant: "plain" }}
@@ -191,15 +210,20 @@ export default function LandingPage() {
tag="Book Your Table"
faqs={[
{
id: "1", title: "What are your opening hours?", content: "We're open daily from <strong>11:00 AM to Late</strong>. Perfect for lunch, dinner, or late-night gatherings. Come visit us anytime!"},
id: "1", title: "What are your opening hours?", content: "We're open daily from <strong>11:00 AM to Late</strong>. Perfect for lunch, dinner, or late-night gatherings. Come visit us anytime!"
},
{
id: "2", title: "How do I make a reservation?", content: "Simply <strong>call us at 7711 6466</strong> to book your table. Tell us your preferred date, time, and party size. We'll make sure everything is ready for you. Walk-ins are always welcome too!"},
id: "2", title: "How do I make a reservation?", content: "Simply <strong>call us at 7711 6466</strong> to book your table. Tell us your preferred date, time, and party size. We'll make sure everything is ready for you. Walk-ins are always welcome too!"
},
{
id: "3", title: "Do you accommodate large groups?", content: "Yes! We love hosting groups and celebrations. For parties larger than 8 people, we recommend calling ahead at <strong>7711 6466</strong> to ensure we prepare the best experience for you."},
id: "3", title: "Do you accommodate large groups?", content: "Yes! We love hosting groups and celebrations. For parties larger than 8 people, we recommend calling ahead at <strong>7711 6466</strong> to ensure we prepare the best experience for you."
},
{
id: "4", title: "What's your location?", content: "<strong>The Bridge</strong><br/>Chinggis Khan Ave<br/>HUD-1 khoroo<br/>Ulaanbaatar 17030, Mongolia<br/><br/>Easy to find and conveniently located!"},
id: "4", title: "What's your location?", content: "<strong>The Bridge</strong><br/>Chinggis Khan Ave<br/>HUD-1 khoroo<br/>Ulaanbaatar 17030, Mongolia<br/><br/>Easy to find and conveniently located!"
},
{
id: "5", title: "Do you offer takeout?", content: "Yes, we offer takeout service. Call ahead at <strong>7711 6466</strong> to place your order and pick it up at your convenience. Great for busy days!"},
id: "5", title: "Do you offer takeout?", content: "Yes, we offer takeout service. Call ahead at <strong>7711 6466</strong> to place your order and pick it up at your convenience. Great for busy days!"
},
]}
textboxLayout="default"
faqsAnimation="slide-up"
@@ -222,7 +246,8 @@ export default function LandingPage() {
title: "Contact", items: [
{ label: "Call: 7711 6466", href: "tel:+97677116466" },
{
label: "Chinggis Khan Ave", href: "https://maps.google.com/?q=Chinggis+Khan+Ave+HUD-1+khoroo+Ulaanbaatar"},
label: "Chinggis Khan Ave", href: "https://maps.google.com/?q=Chinggis+Khan+Ave+HUD-1+khoroo+Ulaanbaatar"
},
{ label: "Open Daily 11 AM - Late", href: "#" },
{ label: "Reserve a Table", href: "#reserve" },
],
@@ -230,9 +255,11 @@ export default function LandingPage() {
{
title: "Find Us", items: [
{
label: "Google Maps", href: "https://maps.google.com/?q=Chinggis+Khan+Ave+HUD-1+khoroo+Ulaanbaatar"},
label: "Google Maps", href: "https://maps.google.com/?q=Chinggis+Khan+Ave+HUD-1+khoroo+Ulaanbaatar"
},
{
label: "Directions", href: "https://maps.google.com/?q=Chinggis+Khan+Ave+HUD-1+khoroo+Ulaanbaatar"},
label: "Directions", href: "https://maps.google.com/?q=Chinggis+Khan+Ave+HUD-1+khoroo+Ulaanbaatar"
},
{ label: "Get Reservations", href: "#reserve" },
{ label: "View Menu", href: "#menu" },
],