Update src/app/menu/page.tsx
This commit is contained in:
@@ -27,25 +27,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-lemon-tart-plate_23-2148519057.jpg"
|
||||
logoAlt="Flavor Fusion Bistro Logo"
|
||||
@@ -61,47 +51,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Seared Scallops with Saffron Risotto",
|
||||
price: "$32.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cooked-turkey-close-up_23-2148314866.jpg",
|
||||
imageAlt: "Seared Scallops with Saffron Risotto",
|
||||
},
|
||||
id: "p1", name: "Seared Scallops with Saffron Risotto", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cooked-turkey-close-up_23-2148314866.jpg", imageAlt: "Seared Scallops with Saffron Risotto"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Duck Confit with Cherry Reduction",
|
||||
price: "$28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tender-juicy-veal-steak-medium-rare-with-french-fries_2829-19634.jpg",
|
||||
imageAlt: "Duck Confit with Cherry Reduction",
|
||||
},
|
||||
id: "p2", name: "Duck Confit with Cherry Reduction", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/tender-juicy-veal-steak-medium-rare-with-french-fries_2829-19634.jpg", imageAlt: "Duck Confit with Cherry Reduction"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Wild Mushroom Truffle Pasta",
|
||||
price: "$26.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicolored-flowers-leafs-bright-colorful-dark-floor_179666-126.jpg",
|
||||
imageAlt: "Wild Mushroom Truffle Pasta",
|
||||
},
|
||||
id: "p3", name: "Wild Mushroom Truffle Pasta", price: "$26.00", imageSrc: "http://img.b2bpic.net/free-photo/multicolored-flowers-leafs-bright-colorful-dark-floor_179666-126.jpg", imageAlt: "Wild Mushroom Truffle Pasta"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Grilled Halibut with Asparagus",
|
||||
price: "$30.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-3216.jpg",
|
||||
imageAlt: "Grilled Halibut with Asparagus",
|
||||
},
|
||||
id: "p4", name: "Grilled Halibut with Asparagus", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-3216.jpg", imageAlt: "Grilled Halibut with Asparagus"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Beef Tenderloin with Red Wine Jus",
|
||||
price: "$35.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-3218.jpg",
|
||||
imageAlt: "Beef Tenderloin with Red Wine Jus",
|
||||
},
|
||||
id: "p5", name: "Beef Tenderloin with Red Wine Jus", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-3218.jpg", imageAlt: "Beef Tenderloin with Red Wine Jus"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Chocolate Lava Cake with Raspberry Coulis",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-3217.jpg",
|
||||
imageAlt: "Chocolate Lava Cake",
|
||||
},
|
||||
id: "p6", name: "Chocolate Lava Cake with Raspberry Coulis", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-3217.jpg", imageAlt: "Chocolate Lava Cake"},
|
||||
]}
|
||||
title="Our Exquisite Menu"
|
||||
description="A culinary journey through diverse flavors and fresh ingredients, crafted to perfection. Explore our selection of appetizers, main courses, and delightful desserts."
|
||||
@@ -115,58 +75,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "lunch",
|
||||
tag: "Daily",
|
||||
tagIcon: Award,
|
||||
price: "$35",
|
||||
period: "per person",
|
||||
description: "A delightful 2-course meal for a midday escape.",
|
||||
button: {
|
||||
text: "View Details",
|
||||
href: "/menu#lunch",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Appetizer or Dessert",
|
||||
"Main Course of Choice",
|
||||
"Complimentary Drink",
|
||||
],
|
||||
id: "lunch", tag: "Daily", tagIcon: Award,
|
||||
price: "$35", period: "per person", description: "A delightful 2-course meal for a midday escape.", button: {
|
||||
text: "View Details", href: "/menu#lunch"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Appetizer or Dessert", "Main Course of Choice", "Complimentary Drink"],
|
||||
},
|
||||
{
|
||||
id: "tasting",
|
||||
tag: "Chef's Recommendation",
|
||||
tagIcon: Star,
|
||||
price: "$75",
|
||||
period: "per person",
|
||||
description: "Experience the best of our kitchen with a multi-course tasting menu.",
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"5-Course Tasting Menu",
|
||||
"Wine Pairing Option",
|
||||
"Amuse-bouche",
|
||||
],
|
||||
id: "tasting", tag: "Chef's Recommendation", tagIcon: Star,
|
||||
price: "$75", period: "per person", description: "Experience the best of our kitchen with a multi-course tasting menu.", button: {
|
||||
text: "Book Now", href: "/contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"5-Course Tasting Menu", "Wine Pairing Option", "Amuse-bouche"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
tag: "Exclusive",
|
||||
tagIcon: Sparkles,
|
||||
price: "$120",
|
||||
period: "per person",
|
||||
description: "An exquisite gastronomic journey, crafted for the true connoisseur.",
|
||||
button: {
|
||||
text: "Inquire",
|
||||
href: "/contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"7-Course Degustation",
|
||||
"Premium Wine Pairings",
|
||||
"Private Dining Available",
|
||||
],
|
||||
id: "premium", tag: "Exclusive", tagIcon: Sparkles,
|
||||
price: "$120", period: "per person", description: "An exquisite gastronomic journey, crafted for the true connoisseur.", button: {
|
||||
text: "Inquire", href: "/contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"7-Course Degustation", "Premium Wine Pairings", "Private Dining Available"],
|
||||
},
|
||||
]}
|
||||
title="Seasonal Specials"
|
||||
@@ -179,54 +106,33 @@ export default function LandingPage() {
|
||||
logoText="Flavor Fusion Bistro"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "Our Story", href: "/#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Reservations", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user