Merge version_2 into main #2
24
src/app/blog/page.tsx
Normal file
24
src/app/blog/page.tsx
Normal file
@@ -0,0 +1,24 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
|
||||
export default function BlogPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<NavbarStyleApple navItems={[{ name: "Bosh Sahifa", id: "/" }, { name: "Galereya", id: "/gallery" }, { name: "Blog", id: "/blog" }, { name: "Aloqa", id: "/contact" }]} brandName="OSHTONCHA" />
|
||||
<main className="container mx-auto py-20">
|
||||
<BlogCardTwo
|
||||
title="Blog va Yangiliklar"
|
||||
description="Restoranimizdagi eng so'nggi yangiliklar va maqolalar."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
blogs={[]}
|
||||
/>
|
||||
</main>
|
||||
<FooterBase columns={[{ title: "Sahifalar", items: [{ label: "Galereya", href: "/gallery" }, { label: "Blog", href: "/blog" }] }, { title: "Biz haqimizda", items: [{ label: "Haqimizda", href: "/about" }, { label: "Aloqa", href: "/contact" }] }]} logoText="OSHTONCHA" />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -1,122 +1,27 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Bosh Sahifa",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menyu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Haqimizda",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Aloqa",
|
||||
id: "/contact",
|
||||
},
|
||||
{
|
||||
name: "Hisob",
|
||||
id: "/account",
|
||||
},
|
||||
]}
|
||||
brandName="OSHTONCHA"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-body" data-section="contact-body">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Aloqa"
|
||||
title="Bizga yozing"
|
||||
description="Manzil: Toshkent shahar"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Aloqa kanallari"
|
||||
tag="Statistika"
|
||||
metrics={[
|
||||
{
|
||||
id: "c1",
|
||||
value: "24/7",
|
||||
description: "Qo'llab-quvvatlash",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
value: "15 min",
|
||||
description: "O'rtacha javob vaqti",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menyu",
|
||||
items: [
|
||||
{
|
||||
label: "Burgerlar",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Pizzalar",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Biz haqimizda",
|
||||
items: [
|
||||
{
|
||||
label: "Tarix",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Aloqa",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="OSHTONCHA"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
<ThemeProvider>
|
||||
<NavbarStyleApple navItems={[{ name: "Bosh Sahifa", id: "/" }, { name: "Galereya", id: "/gallery" }, { name: "Blog", id: "/blog" }, { name: "Aloqa", id: "/contact" }]} brandName="OSHTONCHA" />
|
||||
<main className="container mx-auto py-20">
|
||||
<ContactCenter
|
||||
title="Biz bilan bog'laning"
|
||||
description="Savollaringiz bo'lsa, bizga yozing yoki manzillarga tashrif buyuring."
|
||||
tag="Aloqa"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
<div className="mt-12 p-8 bg-gray-100 rounded-xl text-center">
|
||||
<h2 className="text-2xl font-semibold">Manzil</h2>
|
||||
<p>Toshkent shahar, Amir Temur ko'chasi, 12-uy</p>
|
||||
</div>
|
||||
</main>
|
||||
<FooterBase columns={[{ title: "Sahifalar", items: [{ label: "Galereya", href: "/gallery" }, { label: "Blog", href: "/blog" }] }, { title: "Biz haqimizda", items: [{ label: "Haqimizda", href: "/about" }, { label: "Aloqa", href: "/contact" }] }]} logoText="OSHTONCHA" />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
22
src/app/gallery/page.tsx
Normal file
22
src/app/gallery/page.tsx
Normal file
@@ -0,0 +1,22 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
|
||||
export default function GalleryPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<NavbarStyleApple navItems={[{ name: "Bosh Sahifa", id: "/" }, { name: "Galereya", id: "/gallery" }, { name: "Blog", id: "/blog" }, { name: "Aloqa", id: "/contact" }]} brandName="OSHTONCHA" />
|
||||
<main className="container mx-auto py-20">
|
||||
<h1 className="text-4xl font-bold mb-10 text-center">Restoran Galereyasi</h1>
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||||
<div className="aspect-square bg-gray-200 rounded-lg"></div>
|
||||
<div className="aspect-square bg-gray-200 rounded-lg"></div>
|
||||
<div className="aspect-square bg-gray-200 rounded-lg"></div>
|
||||
</div>
|
||||
</main>
|
||||
<FooterBase columns={[{ title: "Sahifalar", items: [{ label: "Galereya", href: "/gallery" }, { label: "Blog", href: "/blog" }] }, { title: "Biz haqimizda", items: [{ label: "Haqimizda", href: "/about" }, { label: "Aloqa", href: "/contact" }] }]} logoText="OSHTONCHA" />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -2,158 +2,26 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function MenuPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Bosh Sahifa",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menyu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Haqimizda",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Aloqa",
|
||||
id: "/contact",
|
||||
},
|
||||
{
|
||||
name: "Hisob",
|
||||
id: "/account",
|
||||
},
|
||||
]}
|
||||
brandName="OSHTONCHA"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu-body" data-section="menu-body">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Fast Food",
|
||||
price: "30,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Burger",
|
||||
price: "45,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Pizza",
|
||||
price: "85,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-sliced-pizza-brown-plate-black-surface_114579-89029.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Lavash",
|
||||
price: "35,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Ichimliklar",
|
||||
price: "10,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Desertlar",
|
||||
price: "25,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg?_wi=7",
|
||||
},
|
||||
]}
|
||||
title="Restoran Menusi"
|
||||
description="Har bir taom o'ziga xos."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Bizning yutuqlar"
|
||||
tag="Statistika"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100+",
|
||||
description: "Mamnun mijozlar",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Sara taomlar",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menyu",
|
||||
items: [
|
||||
{
|
||||
label: "Burgerlar",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Pizzalar",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Biz haqimizda",
|
||||
items: [
|
||||
{
|
||||
label: "Tarix",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Aloqa",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="OSHTONCHA"
|
||||
/>
|
||||
</div>
|
||||
<NavbarStyleApple navItems={[{ name: "Bosh Sahifa", id: "/" }, { name: "Menyu", id: "/menu" }, { name: "Band qilish", id: "/reservations" }, { name: "Haqimizda", id: "/about" }, { name: "Aloqa", id: "/contact" }]} brandName="OSHTONCHA" />
|
||||
<ProductCardTwo
|
||||
title="Bizning Menyu"
|
||||
description="O'zbek va Yevropa taomlari."
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "m1", brand: "O'zbek", name: "Palov", price: "65,000 UZS", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg?_wi=1" },
|
||||
{ id: "m2", brand: "Yevropa", name: "Steak", price: "150,000 UZS", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/homemade-sliced-pizza-brown-plate-black-surface_114579-89029.jpg?_wi=1" }
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
198
src/app/page.tsx
198
src/app/page.tsx
@@ -28,26 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Bosh Sahifa",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menyu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Haqimizda",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Aloqa",
|
||||
id: "/contact",
|
||||
},
|
||||
{
|
||||
name: "Hisob",
|
||||
id: "/account",
|
||||
},
|
||||
{ name: "Bosh Sahifa", id: "/" },
|
||||
{ name: "Galereya", id: "/gallery" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Aloqa", id: "/contact" },
|
||||
]}
|
||||
brandName="OSHTONCHA"
|
||||
/>
|
||||
@@ -57,16 +41,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="OSHTONCHA"
|
||||
description="Premium ta'mlar va sifatli servis. O'zbekistonning eng sara restorani."
|
||||
buttons={[
|
||||
{
|
||||
text: "Menyu",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
text: "Buyurtma",
|
||||
href: "/order",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Menyu", href: "/menu" }, { text: "Buyurtma", href: "/order" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg?_wi=1"
|
||||
imageAlt="gourmet food photography dark background"
|
||||
/>
|
||||
@@ -78,172 +53,17 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Klassik Burger",
|
||||
price: "45,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Artisan Pizza",
|
||||
price: "85,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-sliced-pizza-brown-plate-black-surface_114579-89029.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Gourmet Steak",
|
||||
price: "145,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Tailandcha Salad",
|
||||
price: "55,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tiramisu Dessert",
|
||||
price: "35,000 UZS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-sliced-pizza-brown-plate-black-surface_114579-89029.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
products={[]}
|
||||
title="Eng Saralangan Taomlar"
|
||||
description="Bizning eng mashhur taomlarimizni tatib ko'ring."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ali Valiyev",
|
||||
role: "Mijoz",
|
||||
company: "Toshkent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dilnoza Ahmedova",
|
||||
role: "Mijoz",
|
||||
company: "Toshkent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244688.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jasur Karimov",
|
||||
role: "Mijoz",
|
||||
company: "Samarqand",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Malika Umarova",
|
||||
role: "Mijoz",
|
||||
company: "Buxoro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Said Bek",
|
||||
role: "Mijoz",
|
||||
company: "Toshkent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060555.jpg",
|
||||
},
|
||||
]}
|
||||
title="Mijozlarimiz fikri"
|
||||
description="Mijozlarimiz restoranimiz haqida nima deyishadi."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Ko'p so'raladigan savollar"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Ish vaqti qanday?",
|
||||
content: "Biz har kuni soat 10:00 dan 23:00 gacha ochiqmiz.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Yetkazib berish xizmati bormi?",
|
||||
content: "Ha, biz butun shahar bo'ylab yetkazib berish xizmatini taklif qilamiz.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Stol band qilish mumkinmi?",
|
||||
content: "Albatta, telefon orqali yoki saytimizdagi hisobingizdan stol band qilishingiz mumkin.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "To'lov turlari qanday?",
|
||||
content: "Biz naqd pul, plastik karta va onlayn to'lovlarni qabul qilamiz.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Bolalar uchun menyu bormi?",
|
||||
content: "Ha, kichik mehmonlarimiz uchun alohida menyuyimiz mavjud.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Aloqa"
|
||||
title="Biz bilan bog'laning"
|
||||
description="Savollaringiz bo'lsa, bizga yozing."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menyu",
|
||||
items: [
|
||||
{
|
||||
label: "Burgerlar",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Pizzalar",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Biz haqimizda",
|
||||
items: [
|
||||
{
|
||||
label: "Tarix",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Aloqa",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Sahifalar", items: [{ label: "Galereya", href: "/gallery" }, { label: "Blog", href: "/blog" }] },
|
||||
{ title: "Biz haqimizda", items: [{ label: "Haqimizda", href: "/about" }, { label: "Aloqa", href: "/contact" }] },
|
||||
]}
|
||||
logoText="OSHTONCHA"
|
||||
/>
|
||||
@@ -251,4 +71,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
22
src/app/reservations/page.tsx
Normal file
22
src/app/reservations/page.tsx
Normal file
@@ -0,0 +1,22 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
|
||||
export default function ReservationsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple navItems={[{ name: "Bosh Sahifa", id: "/" }, { name: "Menyu", id: "/menu" }, { name: "Band qilish", id: "/reservations" }, { name: "Haqimizda", id: "/about" }, { name: "Aloqa", id: "/contact" }]} brandName="OSHTONCHA" />
|
||||
<ContactCenter
|
||||
tag="Band qilish"
|
||||
title="Stol buyurtma qiling"
|
||||
description="Sizni kutamiz!"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user