6 Commits

Author SHA1 Message Date
1453e59cb9 Update src/app/page.tsx 2026-03-08 16:32:29 +00:00
e89970fc6c Update src/app/menyu/page.tsx 2026-03-08 16:32:28 +00:00
b730f962b7 Update src/app/galereya/page.tsx 2026-03-08 16:32:28 +00:00
87584f5cdf Update src/app/bron/page.tsx 2026-03-08 16:32:28 +00:00
90fc03bcaf Update src/app/aloqa/page.tsx 2026-03-08 16:32:27 +00:00
364744fb85 Merge version_1 into main
Merge version_1 into main
2026-03-08 16:10:09 +00:00
5 changed files with 118 additions and 315 deletions

View File

@@ -16,8 +16,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Restoran",
items: [
title: "Restoran", items: [
{ label: "Menyu", href: "/menyu" },
{ label: "Galereya", href: "/galereya" },
{ label: "Haqida", href: "#about" },
@@ -25,8 +24,7 @@ export default function ContactPage() {
],
},
{
title: "Aloqa",
items: [
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" },
@@ -34,8 +32,7 @@ export default function ContactPage() {
],
},
{
title: "Qonun",
items: [
title: "Qonun", items: [
{ label: "Maxfiyslik Siyosati", href: "#" },
{ label: "Foydalanish Shartlari", href: "#" },
{ label: "Aloqa", href: "#contact" },
@@ -57,48 +54,34 @@ export default function ContactPage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Colibri" navItems={navItems} />
<NavbarStyleApple brandName="Broadway" navItems={navItems} />
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Stol Bronini"
description="Quyida formani to'ldirib, Colibri restoranida stol bronini. Biz sizga qo'ng'iroq qilishimiz orqali tasdiqlash uchun kutamiz."
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: "name", type: "text", placeholder: "Ismingiz", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "+998 XX XXX XX XX",
required: true,
name: "phone", type: "tel", placeholder: "+998 XX XXX XX XX", required: true,
},
{
name: "guests",
type: "number",
placeholder: "Mehmon soni",
required: true,
name: "guests", type: "number", placeholder: "Mehmon soni", required: true,
},
{
name: "date",
type: "date",
placeholder: "Sana",
required: true,
name: "date", type: "date", placeholder: "Sana", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Sharhlar (masalan, tug'ilgan kun, ko'rsatma)",
rows: 3,
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=7"
imageAlt="Colibri restoran"
imageAlt="Broadway restoran"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Stol Bronini"
@@ -107,8 +90,8 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Colibri"
copyrightText="© 2025 Colibri Restorani. Barcha huquqlar himoyalangan."
logoText="Broadway"
copyrightText="© 2025 Broadway Restorani. Barcha huquqlar himoyalangan."
columns={footerColumns}
/>
</div>

View File

@@ -7,7 +7,7 @@ import FooterBase from "@/components/sections/footer/FooterBase";
export default function BronPage() {
const navItems = [
{ name: "Bosh sahifa", id: "home" },
{ name: "Bosh sahifa", id: "/" },
{ name: "Haqida", id: "about" },
{ name: "Menyu", id: "menu" },
{ name: "Galereya", id: "gallery" },
@@ -16,8 +16,7 @@ export default function BronPage() {
const footerColumns = [
{
title: "Restoran",
items: [
title: "Restoran", items: [
{ label: "Menyu", href: "/menyu" },
{ label: "Galereya", href: "/galereya" },
{ label: "Haqida", href: "#about" },
@@ -25,20 +24,16 @@ export default function BronPage() {
],
},
{
title: "Aloqa",
items: [
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: "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: [
title: "Qonun", items: [
{ label: "Maxfiyslik Siyosati", href: "#" },
{ label: "Foydalanish Shartlari", href: "#" },
{ label: "Aloqa", href: "#contact" },
@@ -64,48 +59,34 @@ export default function BronPage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Colibri" navItems={navItems} />
<NavbarStyleApple brandName="Broadway" navItems={navItems} />
</div>
<div id="booking-form" data-section="booking-form">
<ContactSplitForm
title="Stol Bronini"
description="Quyida formani to'ldirib, Colibri restoranida stol bronini. Biz sizga qo'ng'iroq qilishimiz orqali tasdiqlash uchun kutamiz."
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: "name", type: "text", placeholder: "Ismingiz", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "+998 XX XXX XX XX",
required: true,
name: "phone", type: "tel", placeholder: "+998 XX XXX XX XX", required: true,
},
{
name: "guests",
type: "number",
placeholder: "Mehmon soni",
required: true,
name: "guests", type: "number", placeholder: "Mehmon soni", required: true,
},
{
name: "date",
type: "date",
placeholder: "Sana",
required: true,
name: "date", type: "date", placeholder: "Sana", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Sharhlar (masalan, tug'ilgan kun, ko'rsatma)",
rows: 3,
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=6"
imageAlt="Colibri restoran"
imageAlt="Broadway restoran"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Stol Bronini"
@@ -115,8 +96,8 @@ export default function BronPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Colibri"
copyrightText="© 2025 Colibri Restorani. Barcha huquqlar himoyalangan."
logoText="Broadway"
copyrightText="© 2025 Broadway Restorani. Barcha huquqlar himoyalangan."
columns={footerColumns}
/>
</div>

View File

@@ -9,7 +9,7 @@ import Link from "next/link";
export default function GaleryaPage() {
const navItems = [
{ name: "Bosh sahifa", id: "home" },
{ name: "Bosh sahifa", id: "/" },
{ name: "Haqida", id: "about" },
{ name: "Menyu", id: "menu" },
{ name: "Galereya", id: "gallery" },
@@ -18,8 +18,7 @@ export default function GaleryaPage() {
const footerColumns = [
{
title: "Restoran",
items: [
title: "Restoran", items: [
{ label: "Menyu", href: "/menyu" },
{ label: "Galereya", href: "/galereya" },
{ label: "Haqida", href: "#about" },
@@ -27,20 +26,16 @@ export default function GaleryaPage() {
],
},
{
title: "Aloqa",
items: [
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: "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: [
title: "Qonun", items: [
{ label: "Maxfiyslik Siyosati", href: "#" },
{ label: "Foydalanish Shartlari", href: "#" },
{ label: "Aloqa", href: "#contact" },
@@ -62,43 +57,23 @@ export default function GaleryaPage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Colibri" navItems={navItems} />
<NavbarStyleApple brandName="Broadway" navItems={navItems} />
</div>
<div id="gallery-features" data-section="gallery-features">
<FeatureCardThree
title="Colibri Galereya"
description="Bizning restoraning eng yaxshi momentlari va qo'layin muhiti"
title="Broadway Galereya"
description="Bizning restoranining eng yaxshi momentlari va qo'layin muhiti"
tag="Galereya"
features={[
{
id: "01",
title: "Restoran Interieri",
description: "Zamonaviy dizayn va iliq yorug'lik bilan yuqori darajadagi muhit",
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=5",
imageAlt: "Restoran interieri",
},
id: "01", title: "Restoran Interieri", description: "Zamonaviy dizayn va iliq yorug'lik bilan yuqori darajadagi muhit", imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=5", imageAlt: "Restoran interieri"},
{
id: "02",
title: "Yozgi Terasa",
description: "Ochiq havoda dam olish va ingichka havoning istiqboli",
imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=3",
imageAlt: "Yozgi terasa",
},
id: "02", title: "Yozgi Terasa", description: "Ochiq havoda dam olish va ingichka havoning istiqboli", imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=3", imageAlt: "Yozgi terasa"},
{
id: "03",
title: "Bar Lounge",
description: "Iliq yorug'lik va zamonaviy dizayn bilan xosdir lounge",
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199413.jpg?_wi=3",
imageAlt: "Bar lounge",
},
id: "03", title: "Bar Lounge", description: "Iliq yorug'lik va zamonaviy dizayn bilan xosdir lounge", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199413.jpg?_wi=3", imageAlt: "Bar lounge"},
{
id: "04",
title: "DJ Atmosferas",
description: "Har kechada jonli DJ musiqasi va muallim entertainment",
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg?_wi=3",
imageAlt: "DJ atmosferas",
},
id: "04", title: "DJ Atmosferas", description: "Har kechada jonli DJ musiqasi va muallim entertainment", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg?_wi=3", imageAlt: "DJ atmosferas"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -110,28 +85,16 @@ export default function GaleryaPage() {
<div id="gallery-metrics" data-section="gallery-metrics">
<MetricCardEleven
title="Colibri Xizmatlarining Sifati"
title="Broadway Xizmatlarining Sifati"
description="Bizning mehmonlar va ularning baholamalari"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "4.5/5",
title: "Xizmat Reitingi",
description: "Mehmonlarimizdan olgan o'rtacha baho",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg?_wi=2",
imageAlt: "Restoran foto",
},
id: "1", value: "4.5/5", title: "Xizmat Reitingi", description: "Mehmonlarimizdan olgan o'rtacha baho", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg?_wi=2", imageAlt: "Restoran foto"},
{
id: "2",
value: "1000+",
title: "Xursand Mehmon",
description: "Har oy Colibriga tashrif buyuradiganlar",
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199413.jpg?_wi=4",
imageAlt: "Bar lounge",
},
id: "2", value: "1000+", title: "Xursand Mehmon", description: "Har oy Broadwayga tashrif buyuradiganlar", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199413.jpg?_wi=4", imageAlt: "Bar lounge"},
]}
/>
</div>
@@ -142,7 +105,7 @@ export default function GaleryaPage() {
Stol Bronini Qilish
</h2>
<p className="text-lg md:text-xl text-foreground/70 mb-8 max-w-2xl mx-auto">
Colibri restoranida stol bronini qilish uchun quyidagi tugmani bosing
Broadway restoranida stol bronini qilish uchun quyidagi tugmani bosing
</p>
<Link
href="/bron"
@@ -155,8 +118,8 @@ export default function GaleryaPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Colibri"
copyrightText="© 2025 Colibri Restorani. Barcha huquqlar himoyalangan."
logoText="Broadway"
copyrightText="© 2025 Broadway Restorani. Barcha huquqlar himoyalangan."
columns={footerColumns}
/>
</div>

View File

@@ -9,7 +9,7 @@ import FooterBase from "@/components/sections/footer/FooterBase";
export default function MenuPage() {
const navItems = [
{ name: "Bosh sahifa", id: "home" },
{ name: "Bosh sahifa", id: "/" },
{ name: "Haqida", id: "about" },
{ name: "Menyu", id: "menu" },
{ name: "Galereya", id: "gallery" },
@@ -18,29 +18,24 @@ export default function MenuPage() {
const footerColumns = [
{
title: "Restoran",
items: [
title: "Restoran", items: [
{ label: "Menyu", href: "/menyu" },
{ label: "Galereya", href: "#gallery" },
{ label: "Galereya", href: "/galereya" },
{ label: "Haqida", href: "#about" },
{ label: "Stol Bronini", href: "#contact" },
],
},
{
title: "Aloqa",
items: [
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: "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: [
title: "Qonun", items: [
{ label: "Maxfiyslik Siyosati", href: "#" },
{ label: "Foydalanish Shartlari", href: "#" },
{ label: "Aloqa", href: "#contact" },
@@ -62,52 +57,32 @@ export default function MenuPage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Colibri" navItems={navItems} />
<NavbarStyleApple brandName="Broadway" navItems={navItems} />
</div>
<div id="menu" data-section="menu">
<FeatureCardThree
title="Colibri Menyu"
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: "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: "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: "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",
},
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"
@@ -119,43 +94,29 @@ export default function MenuPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Stol Bronini"
description="Quyida formani to'ldirib, Colibri restoranida stol bronini. Biz sizga qo'ng'iroq qilishimiz orqali tasdiqlash uchun kutamiz."
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: "name", type: "text", placeholder: "Ismingiz", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "+998 XX XXX XX XX",
required: true,
name: "phone", type: "tel", placeholder: "+998 XX XXX XX XX", required: true,
},
{
name: "guests",
type: "number",
placeholder: "Mehmon soni",
required: true,
name: "guests", type: "number", placeholder: "Mehmon soni", required: true,
},
{
name: "date",
type: "date",
placeholder: "Sana",
required: true,
name: "date", type: "date", placeholder: "Sana", required: true,
},
]}
textarea={{
name: "message",
placeholder:
"Sharhlar (masalan, tug'ilgan kun, ko'rsatma)",
rows: 3,
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="Colibri restoran"
imageAlt="Broadway restoran"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Stol Bronini"
@@ -164,8 +125,8 @@ export default function MenuPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Colibri"
copyrightText="© 2025 Colibri Restorani. Barcha huquqlar himoyalangan."
logoText="Broadway"
copyrightText="© 2025 Broadway Restorani. Barcha huquqlar himoyalangan."
columns={footerColumns}
/>
</div>

View File

@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Restoran",
items: [
title: "Restoran", items: [
{ label: "Menyu", href: "/menyu" },
{ label: "Galereya", href: "/galereya" },
{ label: "Haqida", href: "#about" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Aloqa",
items: [
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" },
@@ -40,8 +38,7 @@ export default function HomePage() {
],
},
{
title: "Qonun",
items: [
title: "Qonun", items: [
{ label: "Maxfiyslik Siyosati", href: "#" },
{ label: "Foydalanish Shartlari", href: "#" },
{ label: "Aloqa", href: "#contact" },
@@ -63,12 +60,12 @@ export default function HomePage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Colibri" navItems={navItems} />
<NavbarStyleApple brandName="Broadway" navItems={navItems} />
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Colibri Restorani"
title="Broadway Restorani"
description="Mazali taomlar va unutilmas muhit. Tashkentning eng muhtashom restoranunga tashrif buyuring. DJ musiqasi, yozgi terasa va eng yuqori xizmat sifati bilan."
tag="Premium Restoran"
tagIcon={Sparkles}
@@ -76,39 +73,23 @@ export default function HomePage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=1",
imageAlt: "Colibri restoran interieri",
},
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=1", imageAlt: "Broadway restoran interieri"},
{
imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=1",
imageAlt: "Yozgi terasa",
},
imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=1", imageAlt: "Yozgi terasa"},
{
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199413.jpg?_wi=1",
imageAlt: "Bar lounge",
},
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199413.jpg?_wi=1", imageAlt: "Bar lounge"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg?_wi=1",
imageAlt: "DJ atmosferas",
},
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg?_wi=1", imageAlt: "DJ atmosferas"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg?_wi=1",
imageAlt: "Premium taom",
},
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg?_wi=1", imageAlt: "Premium taom"},
{
imageSrc: "http://img.b2bpic.net/free-photo/dinner-with-wine_1182-786.jpg?_wi=1",
imageAlt: "Baland tayyorli taom",
},
imageSrc: "http://img.b2bpic.net/free-photo/dinner-with-wine_1182-786.jpg?_wi=1", imageAlt: "Baland tayyorli taom"},
{
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-dessert-with-side-cream_140725-1739.jpg?_wi=1",
imageAlt: "Desert",
},
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-dessert-with-side-cream_140725-1739.jpg?_wi=1", imageAlt: "Desert"},
{
imageSrc: "http://img.b2bpic.net/free-photo/elegant-cocktail-bar_23-2151969194.jpg?_wi=1",
imageAlt: "Ichimlik",
},
imageSrc: "http://img.b2bpic.net/free-photo/elegant-cocktail-bar_23-2151969194.jpg?_wi=1", imageAlt: "Ichimlik"},
]}
buttons={[
{ text: "Stol Bron Qilish", href: "/aloqa" },
@@ -121,69 +102,41 @@ export default function HomePage() {
<div id="about" data-section="about">
<AboutMetric
title="Colibri - Tashkentning Eng Muhtashom Restoran va Lounge Bar"
title="Broadway - Tashkentning Eng Muhtashom Restoran va Lounge Bar"
useInvertedBackground={true}
metricsAnimation="slide-up"
metrics={[
{
icon: UtensilsCrossed,
label: "Mazali Taomlar",
value: "50+",
},
label: "Mazali Taomlar", value: "50+"},
{
icon: Music,
label: "DJ Musiqasi",
value: "Har Kun",
},
label: "DJ Musiqasi", value: "Har Kun"},
{
icon: MapPin,
label: "Premium Joylashuv",
value: "Tashkent",
},
label: "Premium Joylashuv", value: "Tashkent"},
{
icon: Star,
label: "Xizmat Reitingi",
value: "4.5/5",
},
label: "Xizmat Reitingi", value: "4.5/5"},
]}
/>
</div>
<div id="menu" data-section="menu">
<FeatureCardThree
title="Nega Colibri Tanlash Kerak"
title="Nega Broadway Tanlash Kerak"
description="Bizning restoran sifat, qo'layin muhit va eng yaxshi xizmat bilan mashhur"
tag="Xususiyatlar"
tagAnimation="slide-up"
features={[
{
id: "01",
title: "Mazali Taomlar",
description: "Miliy va Yevropa taomlari eng yaxshi sheflar tomonidan tayyorlanadi",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg?_wi=2",
imageAlt: "Premium taomlar",
},
id: "01", title: "Mazali Taomlar", description: "Miliy va Yevropa taomlari eng yaxshi sheflar tomonidan tayyorlanadi", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg?_wi=2", imageAlt: "Premium taomlar"},
{
id: "02",
title: "Qo'layin Muhit",
description: "Zamonaviy dizayn va iliq yorug'lik atmosferas bilan yuqori darajadagi xizmat",
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=2",
imageAlt: "Restoran interieri",
},
id: "02", title: "Qo'layin Muhit", description: "Zamonaviy dizayn va iliq yorug'lik atmosferas bilan yuqori darajadagi xizmat", imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=2", imageAlt: "Restoran interieri"},
{
id: "03",
title: "DJ Musiqasi",
description: "Har kechada jonli DJ musiqasi va muallim entertainment",
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg?_wi=2",
imageAlt: "DJ atmosferas",
},
id: "03", title: "DJ Musiqasi", description: "Har kechada jonli DJ musiqasi va muallim entertainment", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg?_wi=2", imageAlt: "DJ atmosferas"},
{
id: "04",
title: "Yozgi Terasa",
description: "Ochiq havoda dam olish va ingichka havoning istiqboli",
imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=2",
imageAlt: "Yozgi terasa",
},
id: "04", title: "Yozgi Terasa", description: "Ochiq havoda dam olish va ingichka havoning istiqboli", imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=2", imageAlt: "Yozgi terasa"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -194,62 +147,38 @@ export default function HomePage() {
<div id="gallery" data-section="gallery">
<MetricCardEleven
title="Colibri Statistikasi"
title="Broadway Statistikasi"
description="Bizning restoran orqali o'tgan kunlar va mashhur mehmonlar"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "500,000",
title: "O'rtacha Qiymat",
description: "Bitta odam uchun o'rtacha xarchlash UZS",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg?_wi=1",
imageAlt: "Restoran foto",
},
id: "1", value: "500,000", title: "O'rtacha Qiymat", description: "Bitta odam uchun o'rtacha xarchlash UZS", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg?_wi=1", imageAlt: "Restoran foto"},
{
id: "2",
value: "1000+",
title: "Xursand Mehmon",
description: "Har oy Colibriga tashrif buyuradiganlar",
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199413.jpg?_wi=2",
imageAlt: "Bar lounge",
},
id: "2", value: "1000+", title: "Xursand Mehmon", description: "Har oy Broadwayga tashrif buyuradiganlar", imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199413.jpg?_wi=2", imageAlt: "Bar lounge"},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Colibri - bu Tashkent shahrida eng yaxshi restoran! Taomlar juda mazali, xizmat istalgan darajali, muhit tabiiy. Har safar qayta borishni xohlaymiz. DJ musiqasi va yozgi terasasi boshqa joylardan ajralar."
testimonial="Broadway - bu Tashkent shahrida eng yaxshi restoran! Taomlar juda mazali, xizmat istalgan darajali, muhit tabiiy. Har safar qayta borishni xohlaymiz. DJ musiqasi va yozgi terasasi boshqa joylardan ajralar."
rating={5}
author="Aziz Yusupov, Tashkent"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg",
alt: "Mehmon 1",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-caucasian-unshaved-man-eyeglasses-looking-camera-with-sincere-smile-isolated-gray_171337-630.jpg", alt: "Mehmon 1"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg",
alt: "Mehmon 2",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", alt: "Mehmon 2"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-sweater-posing-studio_158538-11446.jpg",
alt: "Mehmon 3",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-sweater-posing-studio_158538-11446.jpg", alt: "Mehmon 3"},
{
src: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-walking-city_839833-21293.jpg",
alt: "Mehmon 4",
},
src: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-walking-city_839833-21293.jpg", alt: "Mehmon 4"},
{
src: "http://img.b2bpic.net/free-photo/people-showing-support-suicide-prevention-day-with-yellow-background_23-2151607995.jpg",
alt: "Mehmon 5",
},
src: "http://img.b2bpic.net/free-photo/people-showing-support-suicide-prevention-day-with-yellow-background_23-2151607995.jpg", alt: "Mehmon 5"},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
alt: "Mehmon 6",
},
src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Mehmon 6"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -260,42 +189,28 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Stol Bronini"
description="Quyida formani to'ldirib, Colibri restoranida stol bronini. Biz sizga qo'ng'iroq qilishimiz orqali tasdiqlash uchun kutamiz."
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: "name", type: "text", placeholder: "Ismingiz", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "+998 XX XXX XX XX",
required: true,
name: "phone", type: "tel", placeholder: "+998 XX XXX XX XX", required: true,
},
{
name: "guests",
type: "number",
placeholder: "Mehmon soni",
required: true,
name: "guests", type: "number", placeholder: "Mehmon soni", required: true,
},
{
name: "date",
type: "date",
placeholder: "Sana",
required: true,
name: "date", type: "date", placeholder: "Sana", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Sharhlar (masalan, tug'ilgan kun, ko'rsatma)",
rows: 3,
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=3"
imageAlt="Colibri restoran"
imageAlt="Broadway restoran"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Stol Bronini"
@@ -304,8 +219,8 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Colibri"
copyrightText="© 2025 Colibri Restorani. Barcha huquqlar himoyalangan."
logoText="Broadway"
copyrightText="© 2025 Broadway Restorani. Barcha huquqlar himoyalangan."
columns={footerColumns}
/>
</div>