Update src/app/menu/page.tsx

This commit is contained in:
2026-06-02 15:05:25 +00:00
parent d91d3df04e
commit aa62fb8410

View File

@@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import { Egg, Fish, Flame, Leaf, Wheat } from "lucide-react";
import { ChefHat, Egg, Fish, Flame, Leaf, Wheat } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,41 +27,25 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
{
name: "Reservation",
id: "/reservation",
},
name: "Reservation", id: "/reservation"},
]}
logoSrc="http://img.b2bpic.net/free-vector/restaurant-retro-logo-set-template_23-2148372702.jpg"
logoAlt="Bruschetta Restaurant 2 Logo"
brandName="Bruschetta Restaurant 2"
button={{
text: "Book a Table",
href: "/reservation",
}}
text: "Book a Table", href: "/reservation"}}
/>
</div>
@@ -73,61 +57,21 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "menu-pizza-1",
name: "Pizza Napoletana",
price: "32 TND",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-pizza-salami-with-tomato-sauce-green-chili-pepper-spices_140725-12584.jpg",
imageAlt: "Pizza Napoletana",
},
id: "menu-pizza-1", name: "Pizza Napoletana", price: "32 TND", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-pizza-salami-with-tomato-sauce-green-chili-pepper-spices_140725-12584.jpg", imageAlt: "Pizza Napoletana"},
{
id: "menu-pasta-1",
name: "Spaghetti Carbonara",
price: "28 TND",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-penne-pasta-with-tomato-sauce-fresh-basil-grated-parmesan-cheese_84443-81547.jpg",
imageAlt: "Spaghetti Carbonara",
},
id: "menu-pasta-1", name: "Spaghetti Carbonara", price: "28 TND", imageSrc: "http://img.b2bpic.net/free-photo/delicious-penne-pasta-with-tomato-sauce-fresh-basil-grated-parmesan-cheese_84443-81547.jpg", imageAlt: "Spaghetti Carbonara"},
{
id: "menu-seafood-1",
name: "Fritto Misto",
price: "55 TND",
imageSrc: "http://img.b2bpic.net/free-photo/plate-fresh-various-vegetables-piece-fabric_114579-86483.jpg",
imageAlt: "Mixed fried seafood",
},
id: "menu-seafood-1", name: "Fritto Misto", price: "55 TND", imageSrc: "http://img.b2bpic.net/free-photo/plate-fresh-various-vegetables-piece-fabric_114579-86483.jpg", imageAlt: "Mixed fried seafood"},
{
id: "menu-dessert-1",
name: "Profiteroles",
price: "19 TND",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-43338.jpg",
imageAlt: "Profiteroles with chocolate sauce",
},
id: "menu-dessert-1", name: "Profiteroles", price: "19 TND", imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-43338.jpg", imageAlt: "Profiteroles with chocolate sauce"},
{
id: "menu-pizza-2",
name: "Pizza Vegetariana",
price: "29 TND",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2599.jpg",
imageAlt: "Vegetarian Pizza",
},
id: "menu-pizza-2", name: "Pizza Vegetariana", price: "29 TND", imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2599.jpg", imageAlt: "Vegetarian Pizza"},
{
id: "menu-pasta-2",
name: "Lasagne al Forno",
price: "35 TND",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetii-bolognese-ingredients_23-2148551766.jpg",
imageAlt: "Baked Lasagna",
},
id: "menu-pasta-2", name: "Lasagne al Forno", price: "35 TND", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetii-bolognese-ingredients_23-2148551766.jpg", imageAlt: "Baked Lasagna"},
{
id: "menu-seafood-2",
name: "Branzino al Sale",
price: "70 TND",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mussels-plate_23-2148375598.jpg",
imageAlt: "Salt-baked Sea Bass",
},
id: "menu-seafood-2", name: "Branzino al Sale", price: "70 TND", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mussels-plate_23-2148375598.jpg", imageAlt: "Salt-baked Sea Bass"},
{
id: "menu-dessert-2",
name: "Affogato",
price: "14 TND",
imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-delicious-acai-brazilian-dessert_23-2149788530.jpg",
imageAlt: "Affogato with espresso",
},
id: "menu-dessert-2", name: "Affogato", price: "14 TND", imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-delicious-acai-brazilian-dessert_23-2149788530.jpg", imageAlt: "Affogato with espresso"},
]}
title="Our Diverse Menu"
description="Explore our full range of delectable Italian and Mediterranean dishes, from appetizers to delightful desserts."
@@ -142,54 +86,36 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Seasonal Catch",
description: "Our seafood is sourced daily from local Sousse fishermen, ensuring unparalleled freshness and taste for our grilled and baked specialties.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_1203-2672.jpg",
imageAlt: "Fresh catch of the day",
},
title: "Seasonal Catch", description: "Our seafood is sourced daily from local Sousse fishermen, ensuring unparalleled freshness and taste for our grilled and baked specialties.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_1203-2672.jpg", imageAlt: "Fresh catch of the day"},
items: [
{
icon: Fish,
text: "Locally Sourced",
},
text: "Locally Sourced"},
{
icon: Flame,
text: "Grilled to Perfection",
},
text: "Grilled to Perfection"},
{
icon: Leaf,
text: "Sustainable Practices",
},
text: "Sustainable Practices"},
],
reverse: false,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EaJL72ASehvA9bl8H7rIP07rQi/uploaded-1780412496799-a1vncaf5.png?_wi=2",
imageAlt: "grilled seafood platter lemon herbs",
},
{
title: "Homemade Pasta",
description: "Every strand of pasta is made in-house, from scratch, with traditional Italian techniques passed down through generations.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mixed-ingredients-orange-juice_114579-3212.jpg",
imageAlt: "Homemade pasta being prepared",
},
title: "Homemade Pasta", description: "Every strand of pasta is made in-house, from scratch, with traditional Italian techniques passed down through generations.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mixed-ingredients-orange-juice_114579-3212.jpg", imageAlt: "Homemade pasta being prepared"},
items: [
{
icon: ChefHat,
text: "Artisan Craft",
},
text: "Artisan Craft"},
{
icon: Wheat,
text: "Premium Flour",
},
text: "Premium Flour"},
{
icon: Egg,
text: "Fresh Ingredients",
},
text: "Fresh Ingredients"},
],
reverse: true,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EaJL72ASehvA9bl8H7rIP07rQi/uploaded-1780412496799-xd47h0e4.png?_wi=2",
imageAlt: "grilled seafood platter lemon herbs",
},
]}
title="Seasonal Specialties & Freshness"
@@ -205,49 +131,31 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
],
},
{
items: [
{
label: "Gallery",
href: "/gallery",
},
label: "Gallery", href: "/gallery"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
items: [
{
label: "Reservations",
href: "/reservation",
},
label: "Reservations", href: "/reservation"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}