Merge version_1 into main #2
284
src/app/page.tsx
284
src/app/page.tsx
@@ -32,28 +32,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="BITES"
|
||||
button={{ text: "Захиалах" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,69 +48,19 @@ export default function LandingPage() {
|
||||
title="BITES – Төгс Brunch Туршлага"
|
||||
description="Улаанбаатар хотын төвд амт, чанар, тав тухыг нэг дор цогцлоосон brunch ресторан."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah",
|
||||
handle: "@sarah",
|
||||
testimonial: "Bagel нь үнэхээр гайхалтай амттай, шинэхэн!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=1",
|
||||
imageAlt: "cozy brunch restaurant setting",
|
||||
},
|
||||
{
|
||||
name: "Michael",
|
||||
handle: "@mike",
|
||||
testimonial: "Pancake нь халуун, чихэрлэг, зайрмагтай гоё зохицдог.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-with-lemon-wooden-board_114579-16310.jpg?_wi=1",
|
||||
imageAlt: "cozy brunch restaurant setting",
|
||||
},
|
||||
{
|
||||
name: "Emily",
|
||||
handle: "@emily",
|
||||
testimonial: "Өглөөний хоол идэхэд хамгийн тохиромжтой газар.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-nuts-vanilla-cream-strawberry-sauce-top_114579-3044.jpg?_wi=1",
|
||||
imageAlt: "cozy brunch restaurant setting",
|
||||
},
|
||||
{
|
||||
name: "John",
|
||||
handle: "@john",
|
||||
testimonial: "Үйлчилгээ нь хурдан бөгөөд маш тааламжтай.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-lemon-juice-with-wooden-crate-lemons-wooden-white-surface-vertical_176474-14143.jpg?_wi=1",
|
||||
imageAlt: "cozy brunch restaurant setting",
|
||||
},
|
||||
{
|
||||
name: "Anna",
|
||||
handle: "@anna",
|
||||
testimonial: "Lemonade нь зуны халуунд яг тохирсон сэргэг ундаа.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/simit-with-sesame-seeds-tablecloth_114579-50399.jpg?_wi=1",
|
||||
imageAlt: "cozy brunch restaurant setting",
|
||||
},
|
||||
{ name: "Sarah", handle: "@sarah", testimonial: "Bagel нь үнэхээр гайхалтай амттай, шинэхэн!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", imageAlt: "cozy brunch restaurant setting" },
|
||||
{ name: "Michael", handle: "@mike", testimonial: "Pancake нь халуун, чихэрлэг, зайрмагтай гоё зохицдог.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-with-lemon-wooden-board_114579-16310.jpg", imageAlt: "cozy brunch restaurant setting" },
|
||||
{ name: "Emily", handle: "@emily", testimonial: "Өглөөний хоол идэхэд хамгийн тохиромжтой газар.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-nuts-vanilla-cream-strawberry-sauce-top_114579-3044.jpg", imageAlt: "cozy brunch restaurant setting" },
|
||||
{ name: "John", handle: "@john", testimonial: "Үйлчилгээ нь хурдан бөгөөд маш тааламжтай.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-lemon-juice-with-wooden-crate-lemons-wooden-white-surface-vertical_176474-14143.jpg", imageAlt: "cozy brunch restaurant setting" },
|
||||
{ name: "Anna", handle: "@anna", testimonial: "Lemonade нь зуны халуунд яг тохирсон сэргэг ундаа.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/simit-with-sesame-seeds-tablecloth_114579-50399.jpg", imageAlt: "cozy brunch restaurant setting" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-happy-cheerful-girl-friends-business-partners-having-fun-lunch-seafood-restaurant_496169-2077.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-happy-cheerful-girl-friends-business-partners-having-fun-lunch-seafood-restaurant_496169-2077.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", alt: "Diner" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,27 +70,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Food",
|
||||
title: "Амтат Bagel",
|
||||
subtitle: "Шинэхэн",
|
||||
description: "Гар аргаар бэлтгэсэн зөөлөн, амтлаг bagel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-with-lemon-wooden-board_114579-16310.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
tag: "Sweet",
|
||||
title: "Pancake",
|
||||
subtitle: "Амтлаг",
|
||||
description: "Олон төрлийн жимс, карамельтай pancake.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-nuts-vanilla-cream-strawberry-sauce-top_114579-3044.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
tag: "Drinks",
|
||||
title: "Ундаа",
|
||||
subtitle: "Сэргэг",
|
||||
description: "Сэргэг lemonade, latte, coffee-ийн төгс хослол.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-lemon-juice-with-wooden-crate-lemons-wooden-white-surface-vertical_176474-14143.jpg?_wi=2",
|
||||
},
|
||||
{ tag: "Food", title: "Амтат Bagel", subtitle: "Шинэхэн", description: "Гар аргаар бэлтгэсэн зөөлөн, амтлаг bagel.", imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-with-lemon-wooden-board_114579-16310.jpg" },
|
||||
{ tag: "Sweet", title: "Pancake", subtitle: "Амтлаг", description: "Олон төрлийн жимс, карамельтай pancake.", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-nuts-vanilla-cream-strawberry-sauce-top_114579-3044.jpg" },
|
||||
{ tag: "Drinks", title: "Ундаа", subtitle: "Сэргэг", description: "Сэргэг lemonade, latte, coffee-ийн төгс хослол.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-lemon-juice-with-wooden-crate-lemons-wooden-white-surface-vertical_176474-14143.jpg" },
|
||||
]}
|
||||
title="Бидний онцлог"
|
||||
description="Шинэхэн орц, уран сэтгэмжээр бэлтгэсэн амтат brunch-ийн цэс."
|
||||
@@ -166,21 +84,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="BITES-ийн тухай"
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Үнэлгээ",
|
||||
value: "4.3/5",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Ажиллах цаг",
|
||||
value: "22:00 хүртэл",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Үйлчилгээ",
|
||||
value: "Өдөр бүр",
|
||||
},
|
||||
{ icon: Star, label: "Үнэлгээ", value: "4.3/5" },
|
||||
{ icon: Clock, label: "Ажиллах цаг", value: "22:00 хүртэл" },
|
||||
{ icon: Utensils, label: "Үйлчилгээ", value: "Өдөр бүр" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -191,49 +97,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Bagel",
|
||||
price: "₮12,000",
|
||||
variant: "Бүх төрлийн",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/simit-with-sesame-seeds-tablecloth_114579-50399.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pancake",
|
||||
price: "₮15,000",
|
||||
variant: "Жимстэй",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-blueberry_1339-4379.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lemonade",
|
||||
price: "₮8,000",
|
||||
variant: "Шинэхэн",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-lemonade-with-slices-lemon-wooden-reamer_114579-53595.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Latte",
|
||||
price: "₮9,000",
|
||||
variant: "Сэргээгч",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-blade-wheat-drawn-foam_1232-1213.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Avocado Toast",
|
||||
price: "₮18,000",
|
||||
variant: "Эрүүл",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Yogurt Bowl",
|
||||
price: "₮10,000",
|
||||
variant: "Хөнгөн",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-waffle-cakes-with-fresh-fruits-dark-background_140725-80336.jpg",
|
||||
},
|
||||
{ id: "1", name: "Bagel", price: "₮12,000", variant: "Бүх төрлийн", imageSrc: "http://img.b2bpic.net/free-photo/simit-with-sesame-seeds-tablecloth_114579-50399.jpg" },
|
||||
{ id: "2", name: "Pancake", price: "₮15,000", variant: "Жимстэй", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-blueberry_1339-4379.jpg" },
|
||||
{ id: "3", name: "Lemonade", price: "₮8,000", variant: "Шинэхэн", imageSrc: "http://img.b2bpic.net/free-photo/cup-lemonade-with-slices-lemon-wooden-reamer_114579-53595.jpg" },
|
||||
{ id: "4", name: "Latte", price: "₮9,000", variant: "Сэргээгч", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-blade-wheat-drawn-foam_1232-1213.jpg" },
|
||||
{ id: "5", name: "Avocado Toast", price: "₮18,000", variant: "Эрүүл", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg" },
|
||||
{ id: "6", name: "Yogurt Bowl", price: "₮10,000", variant: "Хөнгөн", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-waffle-cakes-with-fresh-fruits-dark-background_140725-80336.jpg" },
|
||||
]}
|
||||
title="Манай менюнээс"
|
||||
description="Өглөөний хоол, үдийн хоол, найз нөхөдтэйгөө амтлах бүх зүйл."
|
||||
@@ -246,21 +117,9 @@ export default function LandingPage() {
|
||||
title="Манай амжилтууд"
|
||||
tag="Статистик"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "163+",
|
||||
description: "Сэтгэгдэл",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.3",
|
||||
description: "Дундаж Үнэлгээ",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description: "Шинэхэн Орц",
|
||||
},
|
||||
{ id: "1", value: "163+", description: "Сэтгэгдэл" },
|
||||
{ id: "2", value: "4.3", description: "Дундаж Үнэлгээ" },
|
||||
{ id: "3", value: "100%", description: "Шинэхэн Орц" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -273,26 +132,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Баярмаа - Үнэнч үйлчлүүлэгч"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-woman-enjoys-meal-street-cafe-pretty-lady-grey-tee-jacket-smiles-posing-good-mood-outside_197531-18552.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-woman-enjoys-meal-street-cafe-pretty-lady-grey-tee-jacket-smiles-posing-good-mood-outside_197531-18552.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", alt: "Diner" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -303,21 +147,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Бүх өдөр ажилладаг уу?",
|
||||
content: "Тийм ээ, бид өдөр бүр 22:00 хүртэл нээлттэй.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Takeaway боломжтой юу?",
|
||||
content: "Тийм ээ, та хоолоо захиалаад авч явах боломжтой.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Байршил хаана вэ?",
|
||||
content: "Сүхбаатар дүүрэг, 6-р хороо, Самбуугийн гудамжинд байрладаг.",
|
||||
},
|
||||
{ id: "1", title: "Бүх өдөр ажилладаг уу?", content: "Тийм ээ, бид өдөр бүр 22:00 хүртэл нээлттэй." },
|
||||
{ id: "2", title: "Takeaway боломжтой юу?", content: "Тийм ээ, та хоолоо захиалаад авч явах боломжтой." },
|
||||
{ id: "3", title: "Байршил хаана вэ?", content: "Сүхбаатар дүүрэг, 6-р хороо, Самбуугийн гудамжинд байрладаг." },
|
||||
]}
|
||||
sideTitle="Түгээмэл Асуултууд"
|
||||
sideDescription="Таны сонирхсон зүйлсийн хариулт энд бий."
|
||||
@@ -328,9 +160,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "cell-wave",
|
||||
}}
|
||||
background={{ variant: "cell-wave" }}
|
||||
tag="Бүртгүүлэх"
|
||||
title="Холбоо барих"
|
||||
description="Манай шинэ цэс болон урамшууллын мэдээллийг хүлээн авахыг хүсвэл имэйлээ бүртгүүлээрэй."
|
||||
@@ -342,34 +172,16 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Нүүр",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Меню",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Бидний тухай",
|
||||
href: "#about",
|
||||
},
|
||||
{ label: "Нүүр", href: "#hero" },
|
||||
{ label: "Меню", href: "#products" },
|
||||
{ label: "Бидний тухай", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Сэтгэгдэл",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Тусламж",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Холбоо барих",
|
||||
href: "#contact",
|
||||
},
|
||||
{ label: "Сэтгэгдэл", href: "#testimonials" },
|
||||
{ label: "Тусламж", href: "#faq" },
|
||||
{ label: "Холбоо барих", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user