Update src/app/galereya/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user