2 Commits

Author SHA1 Message Date
0562cb9441 Update src/app/page.tsx 2026-04-07 12:11:53 +00:00
3aa20ea661 Merge version_1 into main
Merge version_1 into main
2026-04-07 12:10:56 +00:00

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", { name: "Menu", id: "products" },
id: "hero", { name: "Over ons", id: "about" },
}, { name: "Contact", id: "contact" },
{
name: "Menu",
id: "products",
},
{
name: "Over ons",
id: "about",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="De Palm" brandName="De Palm"
/> />
@@ -52,48 +40,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{ variant: "rotated-rays-static" }}
variant: "rotated-rays-static",
}}
title="Welkom Bij Pizzeria Grillroom de Palm!" title="Welkom Bij Pizzeria Grillroom de Palm!"
description="Online eten bestellen bij de Palm Haren. Gemakkelijk online betalen, razendsnel thuisbezorgd. Afhalen is natuurlijk ook mogelijk!" description="Online eten bestellen bij de Palm Haren. Gemakkelijk online betalen, razendsnel thuisbezorgd. Afhalen is natuurlijk ook mogelijk!"
buttons={[ buttons={[
{ { text: "Bestel Online", href: "https://www.depalmharen.nl/" },
text: "Bestel Online",
href: "#products",
},
]} ]}
carouselItems={[ carouselItems={[
{ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=1", imageAlt: "Wood fired pizza" },
id: "1", { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=2", imageAlt: "Fresh ingredients" },
imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=1", { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=3", imageAlt: "Pizzeria atmosphere" },
imageAlt: "Wood fired pizza", { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=4", imageAlt: "Italian classic" },
}, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=5", imageAlt: "Traditional preparation" },
{ { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=6", imageAlt: "Ready to serve" },
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=2",
imageAlt: "Fresh ingredients",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=3",
imageAlt: "Pizzeria atmosphere",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=4",
imageAlt: "Italian classic",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=5",
imageAlt: "Traditional preparation",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg?_wi=6",
imageAlt: "Ready to serve",
},
]} ]}
tag="Smaakvolle Traditie" tag="Smaakvolle Traditie"
tagIcon={Pizza} tagIcon={Pizza}
@@ -120,42 +79,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ { id: "p1", name: "Kapsalon Döner", price: "€ 12.50", imageSrc: "http://img.b2bpic.net/free-photo/arabic-street-food-shaurma-with-fried-potatoes_114579-4344.jpg" },
id: "p1", { id: "p2", name: "Napolitana Pizza", price: "€ 11.00", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg" },
name: "Kapsalon Döner", { id: "p3", name: "Lasagna Bolognese", price: "€ 12.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-baking-dish-filled-with-pasta-meat-sauce-melted-mozzarella-cheese_9975-124687.jpg" },
price: "€ 12.50", { id: "p4", name: "Caprese Salade", price: "€ 8.00", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-tasty-vegetable-salad-with-sliced-cheese-tomatoes-green-salad-with-seasonings-dark-background-lunch-health-diet-meal-food_140725-159998.jpg" },
imageSrc: "http://img.b2bpic.net/free-photo/arabic-street-food-shaurma-with-fried-potatoes_114579-4344.jpg", { id: "p5", name: "Margarita Pizza", price: "€ 10.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-tomatoes-oil_23-2148753739.jpg" },
}, { id: "p6", name: "Shoarma Schotel", price: "€ 17.50", imageSrc: "http://img.b2bpic.net/free-photo/various-kebab-selection-desk_140725-2873.jpg" },
{
id: "p2",
name: "Napolitana Pizza",
price: "€ 11.00",
imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg",
},
{
id: "p3",
name: "Lasagna Bolognese",
price: "€ 12.50",
imageSrc: "http://img.b2bpic.net/free-photo/glass-baking-dish-filled-with-pasta-meat-sauce-melted-mozzarella-cheese_9975-124687.jpg",
},
{
id: "p4",
name: "Caprese Salade",
price: "€ 8.00",
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-tasty-vegetable-salad-with-sliced-cheese-tomatoes-green-salad-with-seasonings-dark-background-lunch-health-diet-meal-food_140725-159998.jpg",
},
{
id: "p5",
name: "Margarita Pizza",
price: "€ 10.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-tomatoes-oil_23-2148753739.jpg",
},
{
id: "p6",
name: "Shoarma Schotel",
price: "€ 17.50",
imageSrc: "http://img.b2bpic.net/free-photo/various-kebab-selection-desk_140725-2873.jpg",
},
]} ]}
title="Onze Menu Favorieten" title="Onze Menu Favorieten"
description="Bekijk hieronder welke gerechten het meest populair zijn en bestel direct!" description="Bekijk hieronder welke gerechten het meest populair zijn en bestel direct!"
@@ -171,26 +100,11 @@ export default function LandingPage() {
rating={5} rating={5}
author="Freya Freeve" author="Freya Freeve"
avatars={[ avatars={[
{ { src: "http://img.b2bpic.net/free-photo/front-view-woman-eating-delicious-pizza_23-2150317025.jpg", alt: "Klant" },
src: "http://img.b2bpic.net/free-photo/front-view-woman-eating-delicious-pizza_23-2150317025.jpg", { src: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244958.jpg", alt: "Klant" },
alt: "Klant", { src: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg", alt: "Klant" },
}, { src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", alt: "Klant" },
{ { src: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg", alt: "Klant" },
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244958.jpg",
alt: "Klant",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg",
alt: "Klant",
},
{
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
alt: "Klant",
},
{
src: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg",
alt: "Klant",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -200,9 +114,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "plain" }}
variant: "plain",
}}
tag="Bezoek ons" tag="Bezoek ons"
title="Pizzeria Grillroom de Palm" title="Pizzeria Grillroom de Palm"
description="Oude Middelhorst 1a, 9751 TK Haren\n050-3053306\n\nMaandag: 17:00 - 20:00\nDinsdag: Gesloten\nWoensdag: 17:00 - 20:30\nDonderdag: 17:00 - 21:00\nVrijdag: 17:00 - 22:10\nZaterdag: 17:00 - 22:00\nZondag: 17:00 - 21:00" description="Oude Middelhorst 1a, 9751 TK Haren\n050-3053306\n\nMaandag: 17:00 - 20:00\nDinsdag: Gesloten\nWoensdag: 17:00 - 20:30\nDonderdag: 17:00 - 21:00\nVrijdag: 17:00 - 22:10\nZaterdag: 17:00 - 22:00\nZondag: 17:00 - 21:00"