Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-12 20:11:44 +00:00
Showing only changes of commit 2de0e3973e - Show all commits

View File

@@ -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"
/>