Update src/app/page.tsx
This commit is contained in:
230
src/app/page.tsx
230
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Besh Qozon"
|
||||
/>
|
||||
@@ -55,45 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic Uzbek Flavors at Besh Qozon"
|
||||
description="Experience the legendary taste of traditional plov and soulful Uzbek hospitality in a warm, inviting setting."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-rice-plate-with-boiled-potatoes-pumpkin_141793-3942.jpg",
|
||||
imageAlt: "Traditional plov dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-rice-plate-with-boiled-potatoes-pumpkin_141793-3942.jpg", imageAlt: "Traditional plov dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-space_140725-79717.jpg",
|
||||
imageAlt: "Uzbek restaurant dining",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-space_140725-79717.jpg", imageAlt: "Uzbek restaurant dining"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-modern-interior-furniture_1203-4498.jpg",
|
||||
imageAlt: "Naan bread setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-modern-interior-furniture_1203-4498.jpg", imageAlt: "Naan bread setting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-mushroom-with-cheese-clay-bowl_140725-10226.jpg",
|
||||
imageAlt: "Uzbek hospitality",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-mushroom-with-cheese-clay-bowl_140725-10226.jpg", imageAlt: "Uzbek hospitality"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358065.jpg",
|
||||
imageAlt: "Dining in Besh Qozon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358065.jpg", imageAlt: "Dining in Besh Qozon"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080243.jpg",
|
||||
imageAlt: "Cozy restaurant entrance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080243.jpg", imageAlt: "Cozy restaurant entrance"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,17 +81,11 @@ export default function LandingPage() {
|
||||
description="Besh Qozon carries the rich heritage of Uzbek culinary traditions. Each dish is prepared with passion and the finest spices to transport your taste buds to the heart of Tashkent."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Centuries-old recipes perfected over time.",
|
||||
},
|
||||
title: "Authentic Recipes", description: "Centuries-old recipes perfected over time."},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Daily sourced fresh vegetables and meats.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "Daily sourced fresh vegetables and meats."},
|
||||
{
|
||||
title: "Warm Atmosphere",
|
||||
description: "Comfortable seating perfect for family gatherings.",
|
||||
},
|
||||
title: "Warm Atmosphere", description: "Comfortable seating perfect for family gatherings."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-having-breakfast-cafe-veranda_140725-8285.jpg"
|
||||
imageAlt="Authentic Uzbek restaurant interior warm lighting"
|
||||
@@ -131,41 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Traditional Plov",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-plov-with-oil-raisins-inside-plate-dark-space_140725-97896.jpg",
|
||||
},
|
||||
id: "1", name: "Traditional Plov", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-plov-with-oil-raisins-inside-plate-dark-space_140725-97896.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Beef Samsa",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/samsa-samosas-with-chicken-fillet_658428-85.jpg",
|
||||
},
|
||||
id: "2", name: "Beef Samsa", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/samsa-samosas-with-chicken-fillet_658428-85.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Achichuk Salad",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-salad-with-basil-pesto-arugula_2829-14485.jpg",
|
||||
},
|
||||
id: "3", name: "Achichuk Salad", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-salad-with-basil-pesto-arugula_2829-14485.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fresh Naan",
|
||||
price: "$2.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-focaccia-with-rosemary-wooden-tablexa_123827-22538.jpg",
|
||||
},
|
||||
id: "4", name: "Fresh Naan", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/italian-focaccia-with-rosemary-wooden-tablexa_123827-22538.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lamb Shashlik",
|
||||
price: "$8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-lemon-ketchup_23-2148685532.jpg",
|
||||
},
|
||||
id: "5", name: "Lamb Shashlik", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-lemon-ketchup_23-2148685532.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Herbal Tea Set",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-turkish-delights-with-tea-colorful-surface_114579-61556.jpg",
|
||||
},
|
||||
id: "6", name: "Herbal Tea Set", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-turkish-delights-with-tea-colorful-surface_114579-61556.jpg"},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Discover our most loved traditional dishes, freshly prepared for your enjoyment."
|
||||
@@ -179,40 +124,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ali Q.",
|
||||
role: "Food Blogger",
|
||||
testimonial: "The best plov I have ever had! Truly authentic experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-table_23-2149213371.jpg",
|
||||
},
|
||||
id: "1", name: "Ali Q.", role: "Food Blogger", testimonial: "The best plov I have ever had! Truly authentic experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-table_23-2149213371.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah M.",
|
||||
role: "Local Guide",
|
||||
testimonial: "A must-visit restaurant in the city. The hospitality is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-lady-designer-sitting-indoors-night-holding-pencil_171337-15774.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah M.", role: "Local Guide", testimonial: "A must-visit restaurant in the city. The hospitality is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-lady-designer-sitting-indoors-night-holding-pencil_171337-15774.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "John D.",
|
||||
role: "Visitor",
|
||||
testimonial: "Besh Qozon is an experience, not just a meal. Wonderful food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-communication-pretty-girl-with-ginger-hair-talking-her-female-friend-laughing-stylish-african-male-spectacles-sitting-table-her_273609-2059.jpg",
|
||||
},
|
||||
id: "3", name: "John D.", role: "Visitor", testimonial: "Besh Qozon is an experience, not just a meal. Wonderful food.", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-communication-pretty-girl-with-ginger-hair-talking-her-female-friend-laughing-stylish-african-male-spectacles-sitting-table-her_273609-2059.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fatima Z.",
|
||||
role: "Foodie",
|
||||
testimonial: "The Samsa and tea were absolute perfection. Loved every bit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg",
|
||||
},
|
||||
id: "4", name: "Fatima Z.", role: "Foodie", testimonial: "The Samsa and tea were absolute perfection. Loved every bit.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David K.",
|
||||
role: "Diner",
|
||||
testimonial: "Warm, inviting, and delicious. My new favorite restaurant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-3446.jpg",
|
||||
},
|
||||
id: "5", name: "David K.", role: "Diner", testimonial: "Warm, inviting, and delicious. My new favorite restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-3446.jpg"},
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="See why locals and travelers love dining at Besh Qozon."
|
||||
@@ -224,20 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend booking in advance for groups.",
|
||||
},
|
||||
id: "1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance for groups."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, we have several traditional vegetarian salads and sides.",
|
||||
},
|
||||
id: "2", title: "Do you offer vegetarian options?", content: "Yes, we have several traditional vegetarian salads and sides."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is the restaurant wheelchair accessible?",
|
||||
content: "Yes, our main dining room is fully accessible.",
|
||||
},
|
||||
id: "3", title: "Is the restaurant wheelchair accessible?", content: "Yes, our main dining room is fully accessible."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -246,35 +157,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Cooking",
|
||||
items: [
|
||||
"Established in 2008",
|
||||
"Deep rooted tradition",
|
||||
],
|
||||
id: "m1", value: "15+", title: "Years Cooking", items: [
|
||||
"Established in 2008", "Deep rooted tradition"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Plovs Daily",
|
||||
items: [
|
||||
"Fresh batches daily",
|
||||
"Quality controlled",
|
||||
],
|
||||
id: "m2", value: "500+", title: "Plovs Daily", items: [
|
||||
"Fresh batches daily", "Quality controlled"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10k+",
|
||||
title: "Happy Guests",
|
||||
items: [
|
||||
"Serving the community",
|
||||
"Trusted brand",
|
||||
],
|
||||
id: "m3", value: "10k+", title: "Happy Guests", items: [
|
||||
"Serving the community", "Trusted brand"],
|
||||
},
|
||||
]}
|
||||
title="Our Heritage in Numbers"
|
||||
@@ -287,14 +184,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Foodies Inc",
|
||||
"City Tours",
|
||||
"Culture Fest",
|
||||
"Dining Guide",
|
||||
"Gastronomy Org",
|
||||
"Top Rated Eats",
|
||||
"Travel Hub",
|
||||
]}
|
||||
"Foodies Inc", "City Tours", "Culture Fest", "Dining Guide", "Gastronomy Org", "Top Rated Eats", "Travel Hub"]}
|
||||
title="Recognized by Food Critics & Guides"
|
||||
description="Proudly featured in leading food publications and cultural guides."
|
||||
/>
|
||||
@@ -304,8 +194,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Join Us for a Traditional Feast"
|
||||
description="Reserve your table today and experience the flavors of Uzbekistan."
|
||||
@@ -319,50 +208,31 @@ export default function LandingPage() {
|
||||
logoText="Besh Qozon"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Plovs",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Plovs", href: "#products"},
|
||||
{
|
||||
label: "Appetizers",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Appetizers", href: "#products"},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Drinks", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user