Merge version_1 into main #1
245
src/app/page.tsx
245
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="IQBOL Family Restaurant"
|
||||
/>
|
||||
@@ -57,52 +42,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="IQBOL Family Restaurant"
|
||||
description="Premium Uzbek Cuisine in Qarshi"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-near-mug-drink-teapot_23-2148080945.jpg",
|
||||
imageAlt: "Luxury Dining",
|
||||
},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190934.jpg",
|
||||
imageAlt: "Interior 1",
|
||||
},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160205.jpg",
|
||||
imageAlt: "Interior 2",
|
||||
},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg",
|
||||
imageAlt: "Interior 3",
|
||||
},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-power-neon-sign-authentic-cafe_53876-111107.jpg",
|
||||
imageAlt: "Interior 4",
|
||||
},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954758.jpg",
|
||||
imageAlt: "Interior 5",
|
||||
},
|
||||
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-near-mug-drink-teapot_23-2148080945.jpg", imageAlt: "Luxury Dining" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190934.jpg", imageAlt: "Interior 1" },
|
||||
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160205.jpg", imageAlt: "Interior 2" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg", imageAlt: "Interior 3" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/girl-power-neon-sign-authentic-cafe_53876-111107.jpg", imageAlt: "Interior 4" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954758.jpg", imageAlt: "Interior 5" },
|
||||
]}
|
||||
tag="Excellence in Gastronomy"
|
||||
tagIcon={Sparkles}
|
||||
@@ -116,18 +69,9 @@ export default function LandingPage() {
|
||||
title="Experience Premium Uzbek Cuisine"
|
||||
description="IQBOL Family Restaurant offers a cozy, family-friendly atmosphere in the heart of Qarshi. We pride ourselves on serving authentic, premium Uzbek dishes with world-class hospitality."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditional Uzbek Cuisine",
|
||||
description: "Authentic flavors prepared with premium local ingredients.",
|
||||
},
|
||||
{
|
||||
title: "Premium Service",
|
||||
description: "Dedicated staff ensuring an unforgettable luxury dining experience.",
|
||||
},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "A welcoming environment perfect for groups and kids.",
|
||||
},
|
||||
{ title: "Traditional Uzbek Cuisine", description: "Authentic flavors prepared with premium local ingredients." },
|
||||
{ title: "Premium Service", description: "Dedicated staff ensuring an unforgettable luxury dining experience." },
|
||||
{ title: "Family Friendly", description: "A welcoming environment perfect for groups and kids." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312215.jpg"
|
||||
/>
|
||||
@@ -140,42 +84,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Tandir",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Shashlik",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-kebab-slate-with-other-dish-cutlery_23-2148685478.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Lagman",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-presentation-white-noodles-with-herbs-dark-slate-plate_84443-85820.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Urgur Jiz",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-vegetables_140725-2760.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Shurva",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-meatball-soup-with-vermicelli_140725-3898.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Salads",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-salad-with-dark-tableware_23-2148537160.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Tandir", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg" },
|
||||
{ id: "p2", name: "Shashlik", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-kebab-slate-with-other-dish-cutlery_23-2148685478.jpg" },
|
||||
{ id: "p3", name: "Lagman", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-presentation-white-noodles-with-herbs-dark-slate-plate_84443-85820.jpg" },
|
||||
{ id: "p4", name: "Urgur Jiz", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-vegetables_140725-2760.jpg" },
|
||||
{ id: "p5", name: "Shurva", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/bowl-meatball-soup-with-vermicelli_140725-3898.jpg" },
|
||||
{ id: "p6", name: "Salads", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/homemade-salad-with-dark-tableware_23-2148537160.jpg" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Exquisite dishes crafted to perfection."
|
||||
@@ -184,44 +98,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "g1",
|
||||
title: "Luxury Dining",
|
||||
subtitle: "Perfect for groups",
|
||||
category: "Atmosphere",
|
||||
value: "Cozy",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
title: "Bar Onsite",
|
||||
subtitle: "Full service",
|
||||
category: "Amenities",
|
||||
value: "Available",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
title: "Accessible",
|
||||
subtitle: "Wheelchair friendly",
|
||||
category: "Amenities",
|
||||
value: "Restroom",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
title: "Music",
|
||||
subtitle: "Soft ambience",
|
||||
category: "Atmosphere",
|
||||
value: "Live",
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
title: "Parking",
|
||||
subtitle: "Private area",
|
||||
category: "Amenities",
|
||||
value: "Spacious",
|
||||
},
|
||||
{ id: "g1", title: "Luxury Dining", subtitle: "Perfect for groups", category: "Atmosphere", value: "Cozy" },
|
||||
{ id: "g2", title: "Bar Onsite", subtitle: "Full service", category: "Amenities", value: "Available" },
|
||||
{ id: "g3", title: "Accessible", subtitle: "Wheelchair friendly", category: "Amenities", value: "Restroom" },
|
||||
{ id: "g4", title: "Music", subtitle: "Soft ambience", category: "Atmosphere", value: "Live" },
|
||||
{ id: "g5", title: "Parking", subtitle: "Private area", category: "Amenities", value: "Spacious" },
|
||||
]}
|
||||
title="Atmosphere & Dining"
|
||||
description="Elegant spaces for every occasion."
|
||||
@@ -232,31 +117,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Amina",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-with-hand-pocket-holding-muffin-paper-holder_23-2147974681.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Farrukh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-girl-with-food_23-2148972772.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Zuhra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Bakhtiyor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107594.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Dilshoda",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Amina", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-with-hand-pocket-holding-muffin-paper-holder_23-2147974681.jpg" },
|
||||
{ id: "t2", name: "Farrukh", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-girl-with-food_23-2148972772.jpg" },
|
||||
{ id: "t3", name: "Zuhra", imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg" },
|
||||
{ id: "t4", name: "Bakhtiyor", imageSrc: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107594.jpg" },
|
||||
{ id: "t5", name: "Dilshoda", imageSrc: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg" },
|
||||
]}
|
||||
cardTitle="Our Customers"
|
||||
cardTag="4.9 stars"
|
||||
@@ -267,9 +132,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contact Us"
|
||||
title="Reserve Your Table"
|
||||
description="Qarshi, Qashqadaryo Region, Uzbekistan. Phone: +998 90 000 00 00. Opening Hours: 10:00 - 23:00 daily."
|
||||
@@ -281,37 +144,17 @@ export default function LandingPage() {
|
||||
logoText="IQBOL"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Explore", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Reserve", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "#gallery",
|
||||
},
|
||||
{
|
||||
label: "Payments",
|
||||
href: "#",
|
||||
},
|
||||
title: "Information", items: [
|
||||
{ label: "Location", href: "#contact" },
|
||||
{ label: "Amenities", href: "#gallery" },
|
||||
{ label: "Payments", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -320,4 +163,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user