1 Commits

Author SHA1 Message Date
d45c488048 Update src/app/page.tsx 2026-04-30 15:33:37 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Over ons", name: "Over ons", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Restaurant eLe" brandName="Restaurant eLe"
/> />
@@ -58,19 +48,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
logoText="Restaurant eLe" logoText="Restaurant eLe"
description="Een stukje van Spanje aan de Oudegracht in Utrecht. Geniet van authentieke tapas, uitbundige sfeer en passie." description="Een stukje van Spanje aan de Oudegracht in Utrecht. Geniet van authentieke tapas, uitbundige sfeer en passie."
buttons={[ buttons={[
{ {
text: "Bekijk Menu", text: "Bekijk Menu", href: "#menu"},
href: "#menu",
},
{ {
text: "Reserveer Nu", text: "Reserveer Nu", href: "tel:0302312165"},
href: "tel:0302312165",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg" imageSrc="http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg"
imageAlt="cozy spanish restaurant interior" imageAlt="cozy spanish restaurant interior"
@@ -83,20 +68,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Passie voor Spanje"},
content: "Passie voor Spanje",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728011.jpg", alt: "chef cooking spanish food"},
src: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728011.jpg",
alt: "chef cooking spanish food",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Lees meer", text: "Lees meer", href: "#contact"},
href: "#contact",
},
]} ]}
/> />
</div> </div>
@@ -109,59 +87,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Parrilla Mar y Tierra", price: "dagprijs", rating: 5,
name: "Parrilla Mar y Tierra", imageSrc: "http://img.b2bpic.net/free-photo/snacks-table-top-view_140725-5467.jpg", brand: "Special", reviewCount: "12"},
price: "dagprijs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/snacks-table-top-view_140725-5467.jpg",
brand: "Special",
reviewCount: "12",
},
{ {
id: "p2", id: "p2", name: "Gefrituurde Calamares", price: "€12.50", rating: 4,
name: "Gefrituurde Calamares", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-cauliflower-inside-plate-with-lemon-oil-white-light-surface_140725-43894.jpg", brand: "Tapas", reviewCount: "8"},
price: "€12.50",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-cauliflower-inside-plate-with-lemon-oil-white-light-surface_140725-43894.jpg",
brand: "Tapas",
reviewCount: "8",
},
{ {
id: "p3", id: "p3", name: "Gambas al Ajillo", price: "€14.00", rating: 4,
name: "Gambas al Ajillo", imageSrc: "http://img.b2bpic.net/free-photo/slice-toast-bread-with-thymes-peppercorn-wooden-chopping-board_23-2147922298.jpg", brand: "Tapas", reviewCount: "15"},
price: "€14.00",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/slice-toast-bread-with-thymes-peppercorn-wooden-chopping-board_23-2147922298.jpg",
brand: "Tapas",
reviewCount: "15",
},
{ {
id: "p4", id: "p4", name: "Authentieke Paella", price: "€22.00", rating: 5,
name: "Authentieke Paella", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-various-food_140725-3335.jpg", brand: "Hoofdgerecht", reviewCount: "22"},
price: "€22.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-various-food_140725-3335.jpg",
brand: "Hoofdgerecht",
reviewCount: "22",
},
{ {
id: "p5", id: "p5", name: "Tapas Selectie", price: "€25.00", rating: 4,
name: "Tapas Selectie", imageSrc: "http://img.b2bpic.net/free-photo/napkin-near-delectable-food_23-2147929987.jpg", brand: "Menu", reviewCount: "10"},
price: "€25.00",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/napkin-near-delectable-food_23-2147929987.jpg",
brand: "Menu",
reviewCount: "10",
},
{ {
id: "p6", id: "p6", name: "Huiswijn Selectie", price: "€6.00", rating: 5,
name: "Huiswijn Selectie", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-saj-cizbiz-cooked-with-aubergine-potato-tomato-pepper-cast-iron-pan_141793-1981.jpg", brand: "Dranken", reviewCount: "30"},
price: "€6.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-saj-cizbiz-cooked-with-aubergine-potato-tomato-pepper-cast-iron-pan_141793-1981.jpg",
brand: "Dranken",
reviewCount: "30",
},
]} ]}
title="Onze Specialiteiten" title="Onze Specialiteiten"
description="Ontdek de smaken van onze authentieke keuken." description="Ontdek de smaken van onze authentieke keuken."
@@ -175,29 +117,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Spaanse Live Muziek", descriptions: [
title: "Spaanse Live Muziek", "Geniet regelmatig van live optredens."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-cutlery_23-2150168084.jpg"},
"Geniet regelmatig van live optredens.",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-cutlery_23-2150168084.jpg",
},
{ {
id: "f2", id: "f2", title: "Sfeervolle Locatie", descriptions: [
title: "Sfeervolle Locatie", "Gelegen aan de prachtige Oudegracht."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg"},
"Gelegen aan de prachtige Oudegracht.",
],
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg",
},
{ {
id: "f3", id: "f3", title: "Gastvrij Team", descriptions: [
title: "Gastvrij Team", "Ons personeel zorgt voor een thuisgevoel."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31454.jpg"},
"Ons personeel zorgt voor een thuisgevoel.",
],
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31454.jpg",
},
]} ]}
title="Waarom Restaurant eLe?" title="Waarom Restaurant eLe?"
description="Ervaar de warmte, muziek en culinaire passie." description="Ervaar de warmte, muziek en culinaire passie."
@@ -211,40 +141,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Maury Caceres", handle: "@Google", testimonial: "Aan de Oudegracht bevindt zich een stukje van Spanje!", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg"},
name: "Maury Caceres",
handle: "@Google",
testimonial: "Aan de Oudegracht bevindt zich een stukje van Spanje!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg",
},
{ {
id: "2", id: "2", name: "Luc Stoffels", handle: "@Google", testimonial: "Top sfeer en avond altijd! Wat een passie en uitbundigheid.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304408.jpg"},
name: "Luc Stoffels",
handle: "@Google",
testimonial: "Top sfeer en avond altijd! Wat een passie en uitbundigheid.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304408.jpg",
},
{ {
id: "3", id: "3", name: "Abdel A", handle: "@Google", testimonial: "Gefrituurde calamares was lekker, gambas konden ook nog wel. Top service.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg"},
name: "Abdel A",
handle: "@Google",
testimonial: "Gefrituurde calamares was lekker, gambas konden ook nog wel. Top service.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
},
{ {
id: "4", id: "4", name: "Janet", handle: "@Google", testimonial: "Lekker eten, mooi muziekje erbij. Goede bankjes, lekker sfeertje.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16395.jpg"},
name: "Janet",
handle: "@Google",
testimonial: "Lekker eten, mooi muziekje erbij. Goede bankjes, lekker sfeertje.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16395.jpg",
},
{ {
id: "5", id: "5", name: "Ineke", handle: "@Google", testimonial: "Heerlijk gegeten en genoten van Spaanse live muziek.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309941.jpg"},
name: "Ineke",
handle: "@Google",
testimonial: "Heerlijk gegeten en genoten van Spaanse live muziek.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309941.jpg",
},
]} ]}
title="Wat zeggen onze gasten?" title="Wat zeggen onze gasten?"
description="Ontdek waarom onze gasten steeds terugkeren naar Restaurant eLe." description="Ontdek waarom onze gasten steeds terugkeren naar Restaurant eLe."
@@ -257,20 +162,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Waar zijn jullie gevestigd?", content: "Wij bevinden ons aan de Oudegracht 211, in het hart van Utrecht."},
title: "Waar zijn jullie gevestigd?",
content: "Wij bevinden ons aan de Oudegracht 211, in het hart van Utrecht.",
},
{ {
id: "q2", id: "q2", title: "Kunnen we reserveren?", content: "Ja, wij raden aan om vooraf te reserveren via ons telefoonnummer 030 231 2165."},
title: "Kunnen we reserveren?",
content: "Ja, wij raden aan om vooraf te reserveren via ons telefoonnummer 030 231 2165.",
},
{ {
id: "q3", id: "q3", title: "Hebben jullie live muziek?", content: "Zeker, we organiseren regelmatig avonden met authentieke Spaanse live muziek."},
title: "Hebben jullie live muziek?",
content: "Zeker, we organiseren regelmatig avonden met authentieke Spaanse live muziek.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg"
title="Veelgestelde vragen" title="Veelgestelde vragen"
@@ -284,16 +180,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Contact" tag="Contact"
title="Reserveer een tafel" title="Reserveer een tafel"
description="Adres: Oudegracht 211, Utrecht. Bel ons op 030 231 2165 voor reserveringen en vragen." description="Adres: Oudegracht 211, Utrecht. Reserveren is eenvoudig en snel via ons telefoonnummer."
buttons={[ buttons={[
{ {
text: "Bel nu", text: "Reserveer direct via telefoon", href: "tel:0302312165"},
href: "tel:0302312165",
},
]} ]}
/> />
</div> </div>