Update src/app/page.tsx

This commit is contained in:
2026-03-08 16:32:29 +00:00
parent e89970fc6c
commit 1453e59cb9

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>