Update src/app/menu/page.tsx
This commit is contained in:
@@ -7,33 +7,28 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function MenuPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Galleria",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Galleria", id: "/gallery" },
|
||||
{ name: "Contatti", id: "/contact" },
|
||||
]}
|
||||
brandName="Ristorante Bella Napoli"
|
||||
/>
|
||||
@@ -45,44 +40,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Bruschetta",
|
||||
price: "6,00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-slices-cheese-grapes-pomegranate-oval-serving-board-dark-background_140725-110807.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Caprese",
|
||||
price: "8,00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caprese-salad-with-mozzarella-cheese_1147-456.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Tagliere Misto",
|
||||
price: "14,00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-squeezing-fresh-orange_23-2150645792.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Spaghetti Carbonara",
|
||||
price: "12,00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-spaghetti-with-greens-white-plate_114579-39171.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Lasagne",
|
||||
price: "13,00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customs-food-plate-high-angle_23-2149598955.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tiramisù",
|
||||
price: "6,00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25267.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
products={[{ id: "p1", name: "Bruschetta", price: "6,00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-slices-cheese-grapes-pomegranate-oval-serving-board-dark-background_140725-110807.jpg" }, { id: "p2", name: "Caprese", price: "8,00€", imageSrc: "http://img.b2bpic.net/free-photo/caprese-salad-with-mozzarella-cheese_1147-456.jpg" }, { id: "p3", name: "Tagliere Misto", price: "14,00€", imageSrc: "http://img.b2bpic.net/free-photo/hand-squeezing-fresh-orange_23-2150645792.jpg" }, { id: "p4", name: "Spaghetti Carbonara", price: "12,00€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-spaghetti-with-greens-white-plate_114579-39171.jpg" }, { id: "p5", name: "Lasagne", price: "13,00€", imageSrc: "http://img.b2bpic.net/free-photo/customs-food-plate-high-angle_23-2149598955.jpg" }, { id: "p6", name: "Tiramisù", price: "6,00€", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25267.jpg" }]}
|
||||
title="Il Nostro Menu"
|
||||
description="Piatti preparati con amore e ingredienti genuini."
|
||||
/>
|
||||
@@ -96,57 +54,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Specialità del giorno"
|
||||
description="Scopri le nostre creazioni stagionali."
|
||||
products={[
|
||||
{
|
||||
id: "x1",
|
||||
name: "Pasta Fresca al Pesto",
|
||||
price: "11,00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-spaghetti-with-greens-white-plate_114579-39171.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
products={[{ id: "x1", name: "Pasta Fresca al Pesto", price: "11,00€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-spaghetti-with-greens-white-plate_114579-39171.jpg" }, { id: "x2", name: "Pizza Margherita", price: "9,00€", imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-served-with-basil-leaves_140725-7974.jpg" }, { id: "x3", name: "Insalata", price: "7,00€", imageSrc: "http://img.b2bpic.net/free-photo/caprese-salad-with-mozzarella-cheese_1147-456.jpg" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-mayotte-polygonal-mesh-line-map-flag-map_559531-11248.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-mayotte-polygonal-mesh-line-map-flag-map_559531-11248.jpg"
|
||||
logoText="Bella Napoli"
|
||||
columns={[
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Via Roma 1, Napoli",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+39 012 345 678",
|
||||
href: "tel:+39012345678",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Orari",
|
||||
items: [
|
||||
{
|
||||
label: "Lun-Dom: 12:00-23:00",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/39012345678",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Info", items: [{ label: "Via Roma 1, Napoli", href: "#" }, { label: "+39 012 345 678", href: "tel:+39012345678" }] }, { title: "Orari", items: [{ label: "Lun-Dom: 12:00-23:00", href: "#" }] }, { title: "Social", items: [{ label: "WhatsApp", href: "https://wa.me/39012345678" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user