Merge version_1 into main #2
137
src/app/page.tsx
137
src/app/page.tsx
@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
@@ -30,27 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
name: "Events", id: "events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sohil Restoran"
|
||||
button={{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,47 +49,25 @@ export default function LandingPage() {
|
||||
description="Experience authentic Asian & Uzbek fusion flavors in our cozy private cabins. Perfect for family reunions and festive celebrations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Booth",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Booth", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-holds-tray-with-lula-tike-kebab-pita-with-onions-herbs_141793-4270.jpg",
|
||||
imageAlt: "Sizzling Kazan Kabob signature dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-holds-tray-with-lula-tike-kebab-pita-with-onions-herbs_141793-4270.jpg", imageAlt: "Sizzling Kazan Kabob signature dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg",
|
||||
imageAlt: "Cozy private restaurant cabin",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", imageAlt: "Cozy private restaurant cabin"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg?_wi=1",
|
||||
imageAlt: "Grilled trout dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg", imageAlt: "Grilled trout dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg",
|
||||
imageAlt: "Festive interior atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Festive interior atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg?_wi=1",
|
||||
imageAlt: "Lamb neck with quail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg", imageAlt: "Lamb neck with quail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg",
|
||||
imageAlt: "Private dining booth interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Private dining booth interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
@@ -109,41 +76,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lamb Neck Kazan-Kabob",
|
||||
price: "Specialty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Lamb Neck Kazan-Kabob", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Grilled Trout",
|
||||
price: "Fresh Catch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Grilled Trout", price: "Fresh Catch", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sazan Fish Delicacy",
|
||||
price: "Chef's Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Sazan Fish Delicacy", price: "Chef's Selection", imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Traditional Plov",
|
||||
price: "Community Favorite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg?_wi=3",
|
||||
},
|
||||
id: "p4", name: "Traditional Plov", price: "Community Favorite", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Uzbek Shish-Kebab",
|
||||
price: "Classic Grill",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg?_wi=3",
|
||||
},
|
||||
id: "p5", name: "Uzbek Shish-Kebab", price: "Classic Grill", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Asian Fusion Salad",
|
||||
price: "Fresh & Healthy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg?_wi=2",
|
||||
},
|
||||
id: "p6", name: "Asian Fusion Salad", price: "Fresh & Healthy", imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Authentic flavors crafted with passion."
|
||||
@@ -167,8 +110,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Book Your Reservation"
|
||||
description="Located in Yangibozor, Tashkent Region. Reach out today to secure your private cabin for an unforgettable evening."
|
||||
@@ -186,50 +128,31 @@ export default function LandingPage() {
|
||||
logoText="Sohil Restoran"
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{
|
||||
label: "Our Legacy",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Our Legacy", href: "#home"},
|
||||
{
|
||||
label: "Signature Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Signature Menu", href: "#menu"},
|
||||
{
|
||||
label: "Banquets",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Banquets", href: "#events"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Operations",
|
||||
items: [
|
||||
title: "Operations", items: [
|
||||
{
|
||||
label: "Daily Hours: 11:00 - 22:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Daily Hours: 11:00 - 22:00", href: "#"},
|
||||
{
|
||||
label: "Location: Yangibozor, Tashkent",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location: Yangibozor, Tashkent", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Telegram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Telegram", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user