Merge version_1 into main #1
@@ -26,22 +26,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Over Ons",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Over Ons", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Atlantics BV"
|
||||
/>
|
||||
@@ -56,7 +44,7 @@ export default function LandingPage() {
|
||||
subdescription="Elke dag vers."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145549.jpg"
|
||||
mediaAnimation="fade-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,16 +56,8 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
memberVariant="card"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Chef Ahmed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145554.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Service Team",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waitress-assisting-woman-with-choosing-order-from-menu-bar_637285-2309.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Chef Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145554.jpg" },
|
||||
{ id: "t2", name: "Service Team", imageSrc: "http://img.b2bpic.net/free-photo/young-waitress-assisting-woman-with-choosing-order-from-menu-bar_637285-2309.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,36 +65,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Kebab",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
label: "Pizza",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
label: "Snacks",
|
||||
href: "/menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Over Ons",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Kebab", href: "/menu" }, { label: "Pizza", href: "/menu" }, { label: "Snacks", href: "/menu" }] },
|
||||
{ title: "Info", items: [{ label: "Contact", href: "/contact" }, { label: "Over Ons", href: "/about" }] }
|
||||
]}
|
||||
logoText="Atlantics BV"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user