Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75e6f1f3f2 | |||
| d45c488048 |
195
src/app/page.tsx
195
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Over ons",
|
||||
id: "about",
|
||||
},
|
||||
name: "Over ons", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Restaurant eLe"
|
||||
/>
|
||||
@@ -58,19 +48,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Restaurant eLe"
|
||||
description="Een stukje van Spanje aan de Oudegracht in Utrecht. Geniet van authentieke tapas, uitbundige sfeer en passie."
|
||||
buttons={[
|
||||
{
|
||||
text: "Bekijk Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Bekijk Menu", href: "#menu"},
|
||||
{
|
||||
text: "Reserveer Nu",
|
||||
href: "tel:0302312165",
|
||||
},
|
||||
text: "Reserveer Nu", href: "tel:0302312165"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg"
|
||||
imageAlt="cozy spanish restaurant interior"
|
||||
@@ -83,20 +68,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Passie voor Spanje",
|
||||
},
|
||||
type: "text", content: "Passie voor Spanje"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728011.jpg",
|
||||
alt: "chef cooking spanish food",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728011.jpg", alt: "chef cooking spanish food"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Lees meer",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Lees meer", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,59 +87,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Parrilla Mar y Tierra",
|
||||
price: "dagprijs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snacks-table-top-view_140725-5467.jpg",
|
||||
brand: "Special",
|
||||
reviewCount: "12",
|
||||
},
|
||||
id: "p1", name: "Parrilla Mar y Tierra", price: "dagprijs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snacks-table-top-view_140725-5467.jpg", brand: "Special", reviewCount: "12"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Gefrituurde Calamares",
|
||||
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: "p2", name: "Gefrituurde Calamares", 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",
|
||||
name: "Gambas al Ajillo",
|
||||
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: "p3", name: "Gambas al Ajillo", 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",
|
||||
name: "Authentieke Paella",
|
||||
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: "p4", name: "Authentieke Paella", 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",
|
||||
name: "Tapas Selectie",
|
||||
price: "€25.00",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/napkin-near-delectable-food_23-2147929987.jpg",
|
||||
brand: "Menu",
|
||||
reviewCount: "10",
|
||||
},
|
||||
id: "p5", name: "Tapas Selectie", 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",
|
||||
name: "Huiswijn Selectie",
|
||||
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",
|
||||
},
|
||||
id: "p6", name: "Huiswijn Selectie", 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"
|
||||
description="Ontdek de smaken van onze authentieke keuken."
|
||||
@@ -175,29 +117,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Spaanse Live Muziek",
|
||||
descriptions: [
|
||||
"Geniet regelmatig van live optredens.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-cutlery_23-2150168084.jpg",
|
||||
},
|
||||
id: "f1", title: "Spaanse Live Muziek", descriptions: [
|
||||
"Geniet regelmatig van live optredens."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-cutlery_23-2150168084.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Sfeervolle Locatie",
|
||||
descriptions: [
|
||||
"Gelegen aan de prachtige Oudegracht.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg",
|
||||
},
|
||||
id: "f2", title: "Sfeervolle Locatie", descriptions: [
|
||||
"Gelegen aan de prachtige Oudegracht."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Gastvrij Team",
|
||||
descriptions: [
|
||||
"Ons personeel zorgt voor een thuisgevoel.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31454.jpg",
|
||||
},
|
||||
id: "f3", title: "Gastvrij Team", descriptions: [
|
||||
"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?"
|
||||
description="Ervaar de warmte, muziek en culinaire passie."
|
||||
@@ -211,40 +141,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Wat zeggen onze gasten?"
|
||||
description="Ontdek waarom onze gasten steeds terugkeren naar Restaurant eLe."
|
||||
@@ -257,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Waar zijn jullie gevestigd?",
|
||||
content: "Wij bevinden ons aan de Oudegracht 211, in het hart van Utrecht.",
|
||||
},
|
||||
id: "q1", title: "Waar zijn jullie gevestigd?", content: "Wij bevinden ons aan de Oudegracht 211, in het hart van Utrecht."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Kunnen we reserveren?",
|
||||
content: "Ja, wij raden aan om vooraf te reserveren via ons telefoonnummer 030 231 2165.",
|
||||
},
|
||||
id: "q2", title: "Kunnen we reserveren?", content: "Ja, wij raden aan om vooraf te reserveren via ons telefoonnummer 030 231 2165."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Hebben jullie live muziek?",
|
||||
content: "Zeker, we organiseren regelmatig avonden met authentieke Spaanse live muziek.",
|
||||
},
|
||||
id: "q3", 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"
|
||||
title="Veelgestelde vragen"
|
||||
@@ -284,16 +180,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
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={[
|
||||
{
|
||||
text: "Bel nu",
|
||||
href: "tel:0302312165",
|
||||
},
|
||||
text: "Reserveer direct via telefoon", href: "tel:0302312165"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -307,4 +200,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user