Update src/app/menu/page.tsx

This commit is contained in:
2026-06-01 14:51:19 +00:00
parent e8b497cc96
commit 7da50e7081

View File

@@ -27,29 +27,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "Order Online",
id: "/order",
},
name: "Order Online", id: "/order"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
{
name: "Reservations",
id: "/reservations",
},
name: "Reservations", id: "/reservations"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=psz2y5"
logoAlt="The American Diner Logo"
@@ -64,101 +52,36 @@ export default function LandingPage() {
layout="page"
products={[
{
id: "app-1",
category: "Appetizers",
name: "Crispy Onion Rings",
price: "$9.00",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/dolma-with-glass-juice-sour-cream-marble-wall_114579-30265.jpg",
imageAlt: "Crispy Onion Rings",
},
id: "app-1", category: "Appetizers", name: "Crispy Onion Rings", price: "$9.00", rating: 5,
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/dolma-with-glass-juice-sour-cream-marble-wall_114579-30265.jpg", imageAlt: "Crispy Onion Rings"},
{
id: "app-2",
category: "Appetizers",
name: "Loaded Potato Skins",
price: "$12.00",
rating: 5,
reviewCount: "75",
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2885.jpg",
imageAlt: "Loaded Potato Skins",
},
id: "app-2", category: "Appetizers", name: "Loaded Potato Skins", price: "$12.00", rating: 5,
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2885.jpg", imageAlt: "Loaded Potato Skins"},
{
id: "main-1",
category: "Main Courses",
name: "Filet Mignon",
price: "$38.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-with-melted-cheese_181624-846.jpg",
imageAlt: "Filet Mignon",
},
id: "main-1", category: "Main Courses", name: "Filet Mignon", price: "$38.00", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-with-melted-cheese_181624-846.jpg", imageAlt: "Filet Mignon"},
{
id: "main-2",
category: "Main Courses",
name: "Roasted Herb Chicken",
price: "$25.00",
rating: 4,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-caesar-salad-with-rag-tomato-fork-plate_176474-3302.jpg",
imageAlt: "Roasted Herb Chicken",
},
id: "main-2", category: "Main Courses", name: "Roasted Herb Chicken", price: "$25.00", rating: 4,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-caesar-salad-with-rag-tomato-fork-plate_176474-3302.jpg", imageAlt: "Roasted Herb Chicken"},
{
id: "burger-1",
category: "Burgers",
name: "Signature BBQ Burger",
price: "$19.00",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-high-angle_23-2149897397.jpg",
imageAlt: "Signature BBQ Burger",
},
id: "burger-1", category: "Burgers", name: "Signature BBQ Burger", price: "$19.00", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-high-angle_23-2149897397.jpg", imageAlt: "Signature BBQ Burger"},
{
id: "seafood-1",
category: "Seafood",
name: "Lobster Tail Dinner",
price: "$45.00",
rating: 5,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg",
imageAlt: "Lobster Tail Dinner",
},
id: "seafood-1", category: "Seafood", name: "Lobster Tail Dinner", price: "$45.00", rating: 5,
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg", imageAlt: "Lobster Tail Dinner"},
{
id: "dessert-1",
category: "Desserts",
name: "Warm Apple Crumble",
price: "$10.00",
rating: 5,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-apple-pie-thanksgiving-with-cutlery_23-2148638998.jpg",
imageAlt: "Warm Apple Crumble",
},
id: "dessert-1", category: "Desserts", name: "Warm Apple Crumble", price: "$10.00", rating: 5,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-apple-pie-thanksgiving-with-cutlery_23-2148638998.jpg", imageAlt: "Warm Apple Crumble"},
{
id: "drink-1",
category: "Drinks",
name: "Craft Lager (Pint)",
price: "$8.00",
rating: 4,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-with-champagne-bottom_23-2148339647.jpg",
imageAlt: "Craft Lager",
},
id: "drink-1", category: "Drinks", name: "Craft Lager (Pint)", price: "$8.00", rating: 4,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-with-champagne-bottom_23-2148339647.jpg", imageAlt: "Craft Lager"},
]}
searchPlaceholder="Search dishes..."
filters={[
{
label: "Category",
options: [
"All",
"Appetizers",
"Main Courses",
"Burgers",
"Seafood",
"Desserts",
"Drinks",
],
selected: "All",
onChange: "() => {}",
label: "Category", options: [
"All", "Appetizers", "Main Courses", "Burgers", "Seafood", "Desserts", "Drinks"],
selected: "All", onChange: () => {},
},
]}
/>
@@ -172,19 +95,13 @@ export default function LandingPage() {
features={[
{
icon: Leaf,
title: "Fresh Ingredients",
description: "We source the freshest local produce and highest quality meats for an unparalleled culinary experience.",
},
title: "Fresh Ingredients", description: "We source the freshest local produce and highest quality meats for an unparalleled culinary experience."},
{
icon: CookingPot,
title: "Expert Chefs",
description: "Our culinary team, led by award-winning chefs, crafts each dish with precision and passion.",
},
title: "Expert Chefs", description: "Our culinary team, led by award-winning chefs, crafts each dish with precision and passion."},
{
icon: Home,
title: "Cozy Ambiance",
description: "Dine in our elegantly designed space, offering a warm and inviting atmosphere for all occasions.",
},
title: "Cozy Ambiance", description: "Dine in our elegantly designed space, offering a warm and inviting atmosphere for all occasions."},
]}
title="Taste the Difference"
description="Every dish is prepared fresh daily with the finest local ingredients. Experience quality and flavor, whether you dine in or take away."
@@ -196,62 +113,37 @@ export default function LandingPage() {
logoText="The American Diner"
columns={[
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Reservations",
href: "/reservations",
},
label: "Reservations", href: "/reservations"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Menu & Order",
items: [
title: "Menu & Order", items: [
{
label: "View Menu",
href: "/menu",
},
label: "View Menu", href: "/menu"},
{
label: "Order Online",
href: "/order",
},
label: "Order Online", href: "/order"},
{
label: "Special Offers",
href: "/#special-offers",
},
label: "Special Offers", href: "/#special-offers"},
{
label: "Loyalty Program",
href: "/#special-offers",
},
label: "Loyalty Program", href: "/#special-offers"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Cookie Policy",
href: "#",
},
label: "Cookie Policy", href: "#"},
],
},
]}