Update src/app/menu/page.tsx
This commit is contained in:
@@ -26,26 +26,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Events",
|
||||
id: "/events",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Events", id: "/events" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Spoorzicht"
|
||||
/>
|
||||
@@ -56,28 +41,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="Main Menu"
|
||||
description="Classic and contemporary dishes."
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
brand: "Chef",
|
||||
name: "Steak",
|
||||
price: "€29.00",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg",
|
||||
},
|
||||
id: "m1", brand: "Chef", name: "Steak", price: "€29.00", rating: 5,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
brand: "Chef",
|
||||
name: "Salmon",
|
||||
price: "€26.00",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg",
|
||||
},
|
||||
id: "m2", brand: "Chef", name: "Salmon", price: "€26.00", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,13 +58,11 @@ export default function LandingPage() {
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="Local Suppliers"
|
||||
description="We source ingredients from the best regional farms."
|
||||
names={[
|
||||
"Friesland Dairy",
|
||||
"Local Harvest Farm",
|
||||
]}
|
||||
"Friesland Dairy", "Local Harvest Farm"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,18 +73,14 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/spoorzicht",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/spoorzicht", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/spoorzicht",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/spoorzicht", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user