Update src/app/about/page.tsx
This commit is contained in:
@@ -26,22 +26,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Menu", id: "/menu" },
|
||||||
id: "/",
|
{ name: "Over Ons", id: "/about" },
|
||||||
},
|
{ name: "Contact", id: "/contact" }
|
||||||
{
|
|
||||||
name: "Menu",
|
|
||||||
id: "/menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Over Ons",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Atlantics BV"
|
brandName="Atlantics BV"
|
||||||
/>
|
/>
|
||||||
@@ -56,7 +44,7 @@ export default function LandingPage() {
|
|||||||
subdescription="Elke dag vers."
|
subdescription="Elke dag vers."
|
||||||
icon={Utensils}
|
icon={Utensils}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145549.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145549.jpg"
|
||||||
mediaAnimation="fade-up"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -68,16 +56,8 @@ export default function LandingPage() {
|
|||||||
membersAnimation="slide-up"
|
membersAnimation="slide-up"
|
||||||
memberVariant="card"
|
memberVariant="card"
|
||||||
members={[
|
members={[
|
||||||
{
|
{ id: "t1", name: "Chef Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145554.jpg" },
|
||||||
id: "t1",
|
{ 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" }
|
||||||
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>
|
</div>
|
||||||
@@ -85,36 +65,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Menu", items: [{ label: "Kebab", href: "/menu" }, { label: "Pizza", href: "/menu" }, { label: "Snacks", href: "/menu" }] },
|
||||||
title: "Menu",
|
{ title: "Info", items: [{ label: "Contact", href: "/contact" }, { label: "Over Ons", href: "/about" }] }
|
||||||
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"
|
logoText="Atlantics BV"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user