From 5557b169baba180d48e76c2d3b8535236ef40432 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:10:01 +0000 Subject: [PATCH 1/6] Update src/app/aloqa/page.tsx --- src/app/aloqa/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/aloqa/page.tsx b/src/app/aloqa/page.tsx index fcf76b0..88c3504 100644 --- a/src/app/aloqa/page.tsx +++ b/src/app/aloqa/page.tsx @@ -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" -- 2.49.1 From c5e8cf041cc36d96a2746763c4e77c57095f923c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:10:02 +0000 Subject: [PATCH 2/6] Update src/app/bron/page.tsx --- src/app/bron/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/bron/page.tsx b/src/app/bron/page.tsx index 4ff921d..49d90e0 100644 --- a/src/app/bron/page.tsx +++ b/src/app/bron/page.tsx @@ -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" -- 2.49.1 From e36d078d2bb1086021cdb04be32ae141759b8f1f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:10:02 +0000 Subject: [PATCH 3/6] Update src/app/galereya/page.tsx --- src/app/galereya/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/galereya/page.tsx b/src/app/galereya/page.tsx index b995a91..fc794b9 100644 --- a/src/app/galereya/page.tsx +++ b/src/app/galereya/page.tsx @@ -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", }, ]} -- 2.49.1 From bf92914dd7d230d111d320053033a7e4c82cd15d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:10:02 +0000 Subject: [PATCH 4/6] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5e00028..09aec14 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1415,6 +1415,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +