Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-08 16:10:09 +00:00
6 changed files with 1395 additions and 28 deletions

View File

@@ -97,7 +97,7 @@ export default function ContactPage() {
required: false,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=7"
imageAlt="Colibri restoran"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -104,7 +104,7 @@ export default function BronPage() {
required: false,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=6"
imageAlt="Colibri restoran"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -75,28 +75,28 @@ export default function GaleryaPage() {
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",
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",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg?_wi=3",
imageAlt: "DJ atmosferas",
},
]}
@@ -121,7 +121,7 @@ export default function GaleryaPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg?_wi=2",
imageAlt: "Restoran foto",
},
{
@@ -129,7 +129,7 @@ export default function GaleryaPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199413.jpg?_wi=4",
imageAlt: "Bar lounge",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -78,7 +78,7 @@ export default function MenuPage() {
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",
"http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg?_wi=3",
imageAlt: "Plov",
},
{
@@ -87,7 +87,7 @@ export default function MenuPage() {
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",
"http://img.b2bpic.net/free-photo/dinner-with-wine_1182-786.jpg?_wi=2",
imageAlt: "Lagman",
},
{
@@ -96,7 +96,7 @@ export default function MenuPage() {
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",
"http://img.b2bpic.net/free-photo/chocolate-dessert-with-side-cream_140725-1739.jpg?_wi=2",
imageAlt: "Manty",
},
{
@@ -105,7 +105,7 @@ export default function MenuPage() {
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",
"http://img.b2bpic.net/free-photo/elegant-cocktail-bar_23-2151969194.jpg?_wi=2",
imageAlt: "Tandoori Taomlar",
},
]}
@@ -154,7 +154,7 @@ export default function MenuPage() {
required: false,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=4"
imageAlt="Colibri restoran"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -76,37 +76,37 @@ export default function HomePage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg",
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/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg",
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",
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",
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",
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",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-cocktail-bar_23-2151969194.jpg?_wi=1",
imageAlt: "Ichimlik",
},
]}
@@ -160,28 +160,28 @@ export default function HomePage() {
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",
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",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/women-holding-glasses-with-lemonade-table-with-different-dishes_141793-3258.jpg?_wi=2",
imageAlt: "Yozgi terasa",
},
]}
@@ -205,7 +205,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-reception-drinking-coffee_1303-22682.jpg?_wi=1",
imageAlt: "Restoran foto",
},
{
@@ -213,7 +213,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/neoclassical-style-interior-design-with-decor-furnishings_23-2151199413.jpg?_wi=2",
imageAlt: "Bar lounge",
},
]}
@@ -294,7 +294,7 @@ export default function HomePage() {
required: false,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=3"
imageAlt="Colibri restoran"
mediaAnimation="slide-up"
mediaPosition="right"