135 lines
5.6 KiB
TypeScript
135 lines
5.6 KiB
TypeScript
"use client";
|
|
|
|
import Link from "next/link";
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
|
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
|
|
export default function MenuPage() {
|
|
const navItems = [
|
|
{ name: "Bosh sahifa", id: "/" },
|
|
{ name: "Haqida", id: "about" },
|
|
{ name: "Menyu", id: "menu" },
|
|
{ name: "Galereya", id: "gallery" },
|
|
{ name: "Aloqa", id: "contact" },
|
|
];
|
|
|
|
const footerColumns = [
|
|
{
|
|
title: "Restoran", items: [
|
|
{ label: "Menyu", href: "/menyu" },
|
|
{ label: "Galereya", href: "/galereya" },
|
|
{ label: "Haqida", href: "#about" },
|
|
{ label: "Stol Bronini", href: "#contact" },
|
|
],
|
|
},
|
|
{
|
|
title: "Aloqa", items: [
|
|
{ label: "Telefon: +998 95 833 99 99", href: "tel:+998958339999" },
|
|
{
|
|
label: "Manzil: Matbuotchilar ko'chasi 17, Tashkent", href: "https://maps.google.com/?q=Matbuotchilar+17+Tashkent"},
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
{ label: "Telegram", href: "https://telegram.me" },
|
|
],
|
|
},
|
|
{
|
|
title: "Qonun", items: [
|
|
{ label: "Maxfiyslik Siyosati", href: "#" },
|
|
{ label: "Foydalanish Shartlari", href: "#" },
|
|
{ label: "Aloqa", href: "#contact" },
|
|
],
|
|
},
|
|
];
|
|
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-shift"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="mediumLarge"
|
|
sizing="mediumLargeSizeMediumTitles"
|
|
background="noise"
|
|
cardStyle="glass-depth"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="layered"
|
|
headingFontWeight="normal"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple brandName="Broadway" navItems={navItems} />
|
|
</div>
|
|
|
|
<div id="menu" data-section="menu">
|
|
<FeatureCardThree
|
|
title="Broadway Menyu"
|
|
description="Bizning eng mashhur va mazali taomlarni ko'ring. Har bir taom eng yaxshi ingredientlar bilan tayyorlangan."
|
|
tag="Taomlar"
|
|
tagAnimation="slide-up"
|
|
features={[
|
|
{
|
|
id: "01", title: "Plov", description:
|
|
"O'zbek milliy taomi. Guruch, go'sht va sabzavat bilan tayyorlangan, o'ziga xos ta'mi bilan mashhur.", imageSrc:
|
|
"http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg?_wi=3", imageAlt: "Plov"},
|
|
{
|
|
id: "02", title: "Lagman", description:
|
|
"Suyuq taom. Uzun tagliatelle noodles va mazali go'sht souji bilan, traditsion O'zbek ta'mi.", imageSrc:
|
|
"http://img.b2bpic.net/free-photo/dinner-with-wine_1182-786.jpg?_wi=2", imageAlt: "Lagman"},
|
|
{
|
|
id: "03", title: "Manty", description:
|
|
"Belyash shaklidagi taom, go'sht va piyoz bilan to'ldirilgan. Smetana bilan beriladi.", imageSrc:
|
|
"http://img.b2bpic.net/free-photo/chocolate-dessert-with-side-cream_140725-1739.jpg?_wi=2", imageAlt: "Manty"},
|
|
{
|
|
id: "04", title: "Tandoori Taomlar", description:
|
|
"Tandoor pechda pishirilgan murjon va go'sht. Mazali masalalar bilan beriladi.", imageSrc:
|
|
"http://img.b2bpic.net/free-photo/elegant-cocktail-bar_23-2151969194.jpg?_wi=2", imageAlt: "Tandoori Taomlar"},
|
|
]}
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplitForm
|
|
title="Stol Bronini"
|
|
description="Quyida formani to'ldirib, Broadway restoranida stol bronini. Biz sizga qo'ng'iroq qilishimiz orqali tasdiqlash uchun kutamiz."
|
|
inputs={[
|
|
{
|
|
name: "name", type: "text", placeholder: "Ismingiz", required: true,
|
|
},
|
|
{
|
|
name: "phone", type: "tel", placeholder: "+998 XX XXX XX XX", required: true,
|
|
},
|
|
{
|
|
name: "guests", type: "number", placeholder: "Mehmon soni", required: true,
|
|
},
|
|
{
|
|
name: "date", type: "date", placeholder: "Sana", required: true,
|
|
},
|
|
]}
|
|
textarea={{
|
|
name: "message", placeholder:
|
|
"Sharhlar (masalan, tug'ilgan kun, ko'rsatma)", rows: 3,
|
|
required: false,
|
|
}}
|
|
useInvertedBackground={true}
|
|
imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=4"
|
|
imageAlt="Broadway restoran"
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="right"
|
|
buttonText="Stol Bronini"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBase
|
|
logoText="Broadway"
|
|
copyrightText="© 2025 Broadway Restorani. Barcha huquqlar himoyalangan."
|
|
columns={footerColumns}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |