Update src/app/page.tsx
This commit is contained in:
334
src/app/page.tsx
334
src/app/page.tsx
@@ -32,39 +32,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Izyum Restaurant"
|
||||
button={{
|
||||
text: "Reservations",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reservations", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,16 +58,12 @@ export default function LandingPage() {
|
||||
description="Where Every Dish Tells a Story. Experience Authentic Flavors in a Refined Ambiance."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg"
|
||||
imageAlt="Elegant restaurant dining interior at Izyum"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -96,19 +76,13 @@ export default function LandingPage() {
|
||||
description="Izyum was founded on a passion for authentic cuisine and a commitment to unforgettable dining experiences. We meticulously select the freshest ingredients, blending traditional recipes with modern techniques to create dishes that delight the senses and warm the soul. Discover our journey and the dedication behind every plate."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years of Culinary Artistry",
|
||||
},
|
||||
value: "15+", title: "Years of Culinary Artistry"},
|
||||
{
|
||||
value: "200+",
|
||||
title: "Unique Dishes Crafted",
|
||||
},
|
||||
value: "200+", title: "Unique Dishes Crafted"},
|
||||
{
|
||||
value: "10K+",
|
||||
title: "Happy Guests Served",
|
||||
},
|
||||
value: "10K+", title: "Happy Guests Served"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dedicated-chef-uniform-cooking-his-dish-perfectly-kitchen-stovetop_482257-127725.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dedicated-chef-uniform-cooking-his-dish-perfectly-kitchen-stovetop_482257-127725.jpg"
|
||||
imageAlt="A chef meticulously preparing a dish in a professional kitchen"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -122,23 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Exquisite Pasta Dishes",
|
||||
description: "Handmade pasta, rich sauces, and fresh ingredients combine for an authentic Italian experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pasta-plate-high-angle_23-2149325262.jpg",
|
||||
imageAlt: "Gourmet pasta dish",
|
||||
},
|
||||
title: "Exquisite Pasta Dishes", description: "Handmade pasta, rich sauces, and fresh ingredients combine for an authentic Italian experience.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pasta-plate-high-angle_23-2149325262.jpg", imageAlt: "Gourmet pasta dish"},
|
||||
{
|
||||
title: "Fresh Seafood Delights",
|
||||
description: "Sustainably sourced, perfectly cooked, and beautifully presented seafood options that capture the taste of the ocean.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-fillet-salad-with-white-sauce-herbs-black-plate_114579-3379.jpg",
|
||||
imageAlt: "Grilled seafood platter",
|
||||
},
|
||||
title: "Fresh Seafood Delights", description: "Sustainably sourced, perfectly cooked, and beautifully presented seafood options that capture the taste of the ocean.", imageSrc: "http://img.b2bpic.net/free-photo/fish-fillet-salad-with-white-sauce-herbs-black-plate_114579-3379.jpg", imageAlt: "Grilled seafood platter"},
|
||||
{
|
||||
title: "Artisanal Desserts",
|
||||
description: "End your meal on a sweet note with our handcrafted desserts, baked daily with love and creativity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-decorating-delicious-dessert-plate_23-2147863807.jpg",
|
||||
imageAlt: "Decadent chocolate dessert",
|
||||
},
|
||||
title: "Artisanal Desserts", description: "End your meal on a sweet note with our handcrafted desserts, baked daily with love and creativity.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-decorating-delicious-dessert-plate_23-2147863807.jpg", imageAlt: "Decadent chocolate dessert"},
|
||||
]}
|
||||
title="Izyum's Signature Offerings"
|
||||
description="Explore the heart of our menu with dishes that define Izyum. From tantalizing appetizers to decadent desserts, each creation is a testament to flavor and artistry."
|
||||
@@ -153,65 +115,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Appetizer",
|
||||
name: "Bruschetta al Pomodoro",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-bruschetta-white-plate_23-2148698645.jpg",
|
||||
imageAlt: "Classic bruschetta with fresh tomatoes",
|
||||
},
|
||||
id: "p1", brand: "Appetizer", name: "Bruschetta al Pomodoro", price: "$12.00", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/slices-bruschetta-white-plate_23-2148698645.jpg", imageAlt: "Classic bruschetta with fresh tomatoes"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Main Course",
|
||||
name: "Grilled Filet Mignon",
|
||||
price: "$45.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-grilled-red-meat-with-rosemary-tomato-lettuce-pomegranate-sauce-tray_141793-5108.jpg",
|
||||
imageAlt: "Grilled filet mignon with side dish",
|
||||
},
|
||||
id: "p2", brand: "Main Course", name: "Grilled Filet Mignon", price: "$45.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-grilled-red-meat-with-rosemary-tomato-lettuce-pomegranate-sauce-tray_141793-5108.jpg", imageAlt: "Grilled filet mignon with side dish"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Main Course",
|
||||
name: "Chicken Parmigiana",
|
||||
price: "$28.00",
|
||||
rating: 4,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cannelloni-dish-stuffed-with-spinach-ricotta-served-with-bolognese-sauce_181624-35012.jpg",
|
||||
imageAlt: "Crispy chicken parmigiana",
|
||||
},
|
||||
id: "p3", brand: "Main Course", name: "Chicken Parmigiana", price: "$28.00", rating: 4,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cannelloni-dish-stuffed-with-spinach-ricotta-served-with-bolognese-sauce_181624-35012.jpg", imageAlt: "Crispy chicken parmigiana"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Vegetarian",
|
||||
name: "Wild Mushroom Risotto",
|
||||
price: "$26.00",
|
||||
rating: 4,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-rice-with-seafood-wooden-table_123827-31927.jpg",
|
||||
imageAlt: "Creamy wild mushroom risotto",
|
||||
},
|
||||
id: "p4", brand: "Vegetarian", name: "Wild Mushroom Risotto", price: "$26.00", rating: 4,
|
||||
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/black-rice-with-seafood-wooden-table_123827-31927.jpg", imageAlt: "Creamy wild mushroom risotto"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Dessert",
|
||||
name: "Classic Tiramisu",
|
||||
price: "$10.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-37091.jpg",
|
||||
imageAlt: "Traditional tiramisu dessert",
|
||||
},
|
||||
id: "p5", brand: "Dessert", name: "Classic Tiramisu", price: "$10.00", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-37091.jpg", imageAlt: "Traditional tiramisu dessert"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Beverage",
|
||||
name: "House Red Wine",
|
||||
price: "$14.00/glass",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-pouring-red-wine-into-glass_23-2152024858.jpg",
|
||||
imageAlt: "Glass of house red wine",
|
||||
},
|
||||
id: "p6", brand: "Beverage", name: "House Red Wine", price: "$14.00/glass", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/bartender-pouring-red-wine-into-glass_23-2152024858.jpg", imageAlt: "Glass of house red wine"},
|
||||
]}
|
||||
title="Our Curated Menu"
|
||||
description="A glimpse into our culinary repertoire. From appetizers to mains and exquisite beverages, find your next favorite."
|
||||
@@ -224,65 +144,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sophia R.",
|
||||
date: "October 2023",
|
||||
title: "An Unforgettable Dining Experience",
|
||||
quote: "Izyum is simply exceptional! The ambiance, the service, and especially the food were beyond perfect. Every dish was a masterpiece.",
|
||||
tag: "Gourmet Dining",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-34513.jpg",
|
||||
avatarAlt: "Sophia R. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-distant-view-cheesy-meat-burger-with-pickles-greens-tomatoes-wooden-desk_140725-20033.jpg",
|
||||
imageAlt: "Dish enjoyed by Sophia R.",
|
||||
},
|
||||
id: "t1", name: "Sophia R.", date: "October 2023", title: "An Unforgettable Dining Experience", quote: "Izyum is simply exceptional! The ambiance, the service, and especially the food were beyond perfect. Every dish was a masterpiece.", tag: "Gourmet Dining", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-34513.jpg", avatarAlt: "Sophia R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/front-distant-view-cheesy-meat-burger-with-pickles-greens-tomatoes-wooden-desk_140725-20033.jpg", imageAlt: "Dish enjoyed by Sophia R."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David L.",
|
||||
date: "September 2023",
|
||||
title: "Best Italian in Town!",
|
||||
quote: "The pasta here is divine, truly authentic. It felt like a culinary journey to Italy. I highly recommend Izyum for any occasion.",
|
||||
tag: "Authentic Cuisine",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-teenager-with-charming-smile-dressed-casually-enjoys-spare-time_273609-18389.jpg",
|
||||
avatarAlt: "David L. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pasta-with-mussels_23-2148375697.jpg",
|
||||
imageAlt: "Dish enjoyed by David L.",
|
||||
},
|
||||
id: "t2", name: "David L.", date: "September 2023", title: "Best Italian in Town!", quote: "The pasta here is divine, truly authentic. It felt like a culinary journey to Italy. I highly recommend Izyum for any occasion.", tag: "Authentic Cuisine", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-teenager-with-charming-smile-dressed-casually-enjoys-spare-time_273609-18389.jpg", avatarAlt: "David L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-pasta-with-mussels_23-2148375697.jpg", imageAlt: "Dish enjoyed by David L."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily C.",
|
||||
date: "August 2023",
|
||||
title: "My New Favorite Spot",
|
||||
quote: "From appetizers to desserts, everything was fantastic. The staff was incredibly attentive and made our evening truly special.",
|
||||
tag: "Excellent Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
|
||||
avatarAlt: "Emily C. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cheesy-pizza-with-red-tomatoes-black-olives-bell-peppers-sausages-grey-background-fast-food-italian-dough-meal-food-bake_140725-23177.jpg",
|
||||
imageAlt: "Dish enjoyed by Emily C.",
|
||||
},
|
||||
id: "t3", name: "Emily C.", date: "August 2023", title: "My New Favorite Spot", quote: "From appetizers to desserts, everything was fantastic. The staff was incredibly attentive and made our evening truly special.", tag: "Excellent Service", avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", avatarAlt: "Emily C. avatar", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cheesy-pizza-with-red-tomatoes-black-olives-bell-peppers-sausages-grey-background-fast-food-italian-dough-meal-food-bake_140725-23177.jpg", imageAlt: "Dish enjoyed by Emily C."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Michael B.",
|
||||
date: "July 2023",
|
||||
title: "A True Culinary Gem",
|
||||
quote: "Izyum offers an unparalleled dining experience. The flavors are bold, the presentation is artful, and the atmosphere is wonderfully inviting.",
|
||||
tag: "Flavorful Dishes",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-senior-man_23-2149196165.jpg",
|
||||
avatarAlt: "Michael B. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-with-copy-space_23-2149035152.jpg",
|
||||
imageAlt: "Dish enjoyed by Michael B.",
|
||||
},
|
||||
id: "t4", name: "Michael B.", date: "July 2023", title: "A True Culinary Gem", quote: "Izyum offers an unparalleled dining experience. The flavors are bold, the presentation is artful, and the atmosphere is wonderfully inviting.", tag: "Flavorful Dishes", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-senior-man_23-2149196165.jpg", avatarAlt: "Michael B. avatar", imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-with-copy-space_23-2149035152.jpg", imageAlt: "Dish enjoyed by Michael B."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica M.",
|
||||
date: "June 2023",
|
||||
title: "Perfect for Any Celebration",
|
||||
quote: "We celebrated our anniversary at Izyum, and it was perfect. The food was exquisite, and the personalized service made it memorable.",
|
||||
tag: "Special Occasions",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-walking-city_839833-17519.jpg",
|
||||
avatarAlt: "Jessica M. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-tomatoes-black-board_114579-3429.jpg",
|
||||
imageAlt: "Dish enjoyed by Jessica M.",
|
||||
},
|
||||
id: "t5", name: "Jessica M.", date: "June 2023", title: "Perfect for Any Celebration", quote: "We celebrated our anniversary at Izyum, and it was perfect. The food was exquisite, and the personalized service made it memorable.", tag: "Special Occasions", avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-walking-city_839833-17519.jpg", avatarAlt: "Jessica M. avatar", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-tomatoes-black-board_114579-3429.jpg", imageAlt: "Dish enjoyed by Jessica M."},
|
||||
]}
|
||||
title="What Our Valued Guests Say"
|
||||
description="We are honored by the kind words and memorable moments shared by those who've dined with us. Your experience is our greatest reward."
|
||||
@@ -296,69 +166,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "kitchen-team",
|
||||
groupTitle: "Culinary Masters",
|
||||
members: [
|
||||
id: "kitchen-team", groupTitle: "Culinary Masters", members: [
|
||||
{
|
||||
id: "chef1",
|
||||
title: "Chef Anya Petrova",
|
||||
subtitle: "Head Chef",
|
||||
detail: "Creator of our signature dishes, Anya leads our kitchen with innovation and a deep respect for tradition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-serious-chef-posing_23-2148723257.jpg",
|
||||
imageAlt: "Chef Anya Petrova",
|
||||
},
|
||||
id: "chef1", title: "Chef Anya Petrova", subtitle: "Head Chef", detail: "Creator of our signature dishes, Anya leads our kitchen with innovation and a deep respect for tradition.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-serious-chef-posing_23-2148723257.jpg", imageAlt: "Chef Anya Petrova"},
|
||||
{
|
||||
id: "chef2",
|
||||
title: "Chef Max Ivanov",
|
||||
subtitle: "Sous Chef",
|
||||
detail: "Max brings precision and creativity to every preparation, ensuring consistency and quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-cooking-white-cook-suit-white-cap-thinking-expression_140725-16466.jpg",
|
||||
imageAlt: "Chef Max Ivanov",
|
||||
},
|
||||
id: "chef2", title: "Chef Max Ivanov", subtitle: "Sous Chef", detail: "Max brings precision and creativity to every preparation, ensuring consistency and quality.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-cooking-white-cook-suit-white-cap-thinking-expression_140725-16466.jpg", imageAlt: "Chef Max Ivanov"},
|
||||
{
|
||||
id: "chef3",
|
||||
title: "Chef Elena Kuzmina",
|
||||
subtitle: "Pastry Chef",
|
||||
detail: "Elena crafts our delightful desserts, combining classic techniques with unique flavor profiles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-using-flour-make-delicious-cookies-home-kitchen-table-spreading-flour_482257-7829.jpg",
|
||||
imageAlt: "Chef Elena Kuzmina",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg?_wi=2",
|
||||
imageAlt: "male head chef portrait",
|
||||
id: "chef3", title: "Chef Elena Kuzmina", subtitle: "Pastry Chef", detail: "Elena crafts our delightful desserts, combining classic techniques with unique flavor profiles.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-using-flour-make-delicious-cookies-home-kitchen-table-spreading-flour_482257-7829.jpg", imageAlt: "Chef Elena Kuzmina"},
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "service-team",
|
||||
groupTitle: "Hospitality & Service",
|
||||
members: [
|
||||
id: "service-team", groupTitle: "Hospitality & Service", members: [
|
||||
{
|
||||
id: "manager1",
|
||||
title: "Sergey Volkov",
|
||||
subtitle: "Restaurant Manager",
|
||||
detail: "Sergey ensures every guest experience is seamless, welcoming, and exceeds expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-crossed-arms_23-2149434495.jpg",
|
||||
imageAlt: "Sergey Volkov",
|
||||
},
|
||||
id: "manager1", title: "Sergey Volkov", subtitle: "Restaurant Manager", detail: "Sergey ensures every guest experience is seamless, welcoming, and exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-crossed-arms_23-2149434495.jpg", imageAlt: "Sergey Volkov"},
|
||||
{
|
||||
id: "server1",
|
||||
title: "Maria Lebedeva",
|
||||
subtitle: "Lead Server",
|
||||
detail: "Maria's warmth and expertise elevate our dining room experience, guiding guests through our menu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68585.jpg",
|
||||
imageAlt: "Maria Lebedeva",
|
||||
},
|
||||
id: "server1", title: "Maria Lebedeva", subtitle: "Lead Server", detail: "Maria's warmth and expertise elevate our dining room experience, guiding guests through our menu.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68585.jpg", imageAlt: "Maria Lebedeva"},
|
||||
{
|
||||
id: "sommelier1",
|
||||
title: "Dmitry Smirnov",
|
||||
subtitle: "Sommelier",
|
||||
detail: "Dmitry curates our wine list and offers perfect pairings to complement your meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-helping-their-elder-neighbour_23-2149139772.jpg",
|
||||
imageAlt: "Dmitry Smirnov",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dedicated-chef-uniform-cooking-his-dish-perfectly-kitchen-stovetop_482257-127725.jpg?_wi=2",
|
||||
imageAlt: "male head chef portrait",
|
||||
},
|
||||
id: "sommelier1", title: "Dmitry Smirnov", subtitle: "Sommelier", detail: "Dmitry curates our wine list and offers perfect pairings to complement your meal.", imageSrc: "http://img.b2bpic.net/free-photo/person-helping-their-elder-neighbour_23-2149139772.jpg", imageAlt: "Dmitry Smirnov"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Behind every exquisite dish and memorable moment at Izyum is a team of passionate individuals dedicated to culinary excellence and impeccable service."
|
||||
@@ -371,25 +197,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How do I make a reservation?",
|
||||
content: "You can make a reservation easily through our website's contact form, or by calling us directly during opening hours.",
|
||||
},
|
||||
id: "faq1", title: "How do I make a reservation?", content: "You can make a reservation easily through our website's contact form, or by calling us directly during opening hours."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Yes, our menu includes a variety of thoughtfully crafted vegetarian and vegan dishes. Please inform your server about any dietary restrictions.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer vegetarian or vegan options?", content: "Yes, our menu includes a variety of thoughtfully crafted vegetarian and vegan dishes. Please inform your server about any dietary restrictions."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I host a private event at Izyum?",
|
||||
content: "Absolutely! Izyum offers private dining spaces for special events. Please contact us to discuss your needs and our event packages.",
|
||||
},
|
||||
id: "faq3", title: "Can I host a private event at Izyum?", content: "Absolutely! Izyum offers private dining spaces for special events. Please contact us to discuss your needs and our event packages."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you have parking available?",
|
||||
content: "We offer complimentary valet parking for our guests. Street parking is also available nearby.",
|
||||
},
|
||||
id: "faq4", title: "Do you have parking available?", content: "We offer complimentary valet parking for our guests. Street parking is also available nearby."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-looking-cooking-ingredients-kitchen-counter-making-notes-writing_1258-203798.jpg"
|
||||
imageAlt="Chef contemplating a question"
|
||||
@@ -404,8 +218,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect"
|
||||
title="Visit Us or Make a Reservation"
|
||||
description="We'd love to welcome you to Izyum. For reservations, inquiries, or catering requests, please reach out to us. We look forward to hearing from you!"
|
||||
@@ -422,54 +235,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Izyum",
|
||||
items: [
|
||||
title: "Izyum", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Full Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Full Menu", href: "#menu"},
|
||||
{
|
||||
label: "Specials",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Specials", href: "#features"},
|
||||
{
|
||||
label: "Beverages",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Beverages", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/kg15XtA8yGsPp2Yw9",
|
||||
},
|
||||
label: "Location", href: "https://maps.app.goo.gl/kg15XtA8yGsPp2Yw9"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user