Merge version_1 into main #3
@@ -44,20 +44,20 @@ export default function LandingPage() {
|
||||
title="Velkommen til Onkel A"
|
||||
description="Din lokale oase i Vejle, hvor traditionelt dansk smørrebrød møder moderne hygge. Oplev en autentisk smagsoplevelse lavet med kærlighed og friske, økologiske råvarer."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg", imageAlt: "Cafe hygge" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg", imageAlt: "Friske råvarer" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg", imageAlt: "Smørrebrød" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg", imageAlt: "Cafe stemning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg", imageAlt: "Økologi" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg", imageAlt: "Mad" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg?_wi=1", imageAlt: "Cafe hygge" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg?_wi=1", imageAlt: "Friske råvarer" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=1", imageAlt: "Smørrebrød" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg?_wi=2", imageAlt: "Cafe stemning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg?_wi=2", imageAlt: "Økologi" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=2", imageAlt: "Mad" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg", imageAlt: "Menu" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg", imageAlt: "Interiør" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg", imageAlt: "Råvarer" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg", imageAlt: "Brunch" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg", imageAlt: "Hygge" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg", imageAlt: "Kvalitet" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=3", imageAlt: "Menu" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg?_wi=3", imageAlt: "Interiør" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg?_wi=3", imageAlt: "Råvarer" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=4", imageAlt: "Brunch" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg?_wi=4", imageAlt: "Hygge" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg?_wi=4", imageAlt: "Kvalitet" },
|
||||
]}
|
||||
buttons={[{ text: "Se menuen", href: "#menu" }]}
|
||||
/>
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
{ title: "Håndværk", description: "Alt vores brød er friskbagt hver eneste morgen." },
|
||||
{ title: "Autentisk atmosfære", description: "Hygge er vores vigtigste ingrediens." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg?_wi=5"
|
||||
imageAlt="Café stemning og mad"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -87,12 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Klassisk Roastbeef", price: "85 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg" },
|
||||
{ id: "2", name: "Æg & Rejer", price: "95 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg" },
|
||||
{ id: "3", name: "Dagens Brunch", price: "145 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg" },
|
||||
{ id: "4", name: "Fiskefilet m. remoulade", price: "105 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg" },
|
||||
{ id: "5", name: "Avocadomad", price: "75 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg" },
|
||||
{ id: "6", name: "Hjemmebagt kanelsnegl", price: "45 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg" },
|
||||
{ id: "1", name: "Klassisk Roastbeef", price: "85 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=5" },
|
||||
{ id: "2", name: "Æg & Rejer", price: "95 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=6" },
|
||||
{ id: "3", name: "Dagens Brunch", price: "145 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=7" },
|
||||
{ id: "4", name: "Fiskefilet m. remoulade", price: "105 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=8" },
|
||||
{ id: "5", name: "Avocadomad", price: "75 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=9" },
|
||||
{ id: "6", name: "Hjemmebagt kanelsnegl", price: "45 kr.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=10" },
|
||||
]}
|
||||
title="Udvalgte klassikere"
|
||||
description="Et lille kig på hvad vi byder på hos Onkel A."
|
||||
@@ -107,9 +107,9 @@ export default function LandingPage() {
|
||||
title="Åbningstider"
|
||||
description="Vi har åbent for hygge og god mad alle ugens dage."
|
||||
features={[
|
||||
{ id: "1", title: "Mandag - Fredag", descriptions: ["08:00 - 17:00"], imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg" },
|
||||
{ id: "2", title: "Lørdag", descriptions: ["09:00 - 18:00"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg" },
|
||||
{ id: "3", title: "Søndag", descriptions: ["10:00 - 16:00"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg" },
|
||||
{ id: "1", title: "Mandag - Fredag", descriptions: ["08:00 - 17:00"], imageSrc: "http://img.b2bpic.net/free-photo/red-haired-girl-smiles-because-sun-strokes-her-cheeks_8353-9131.jpg?_wi=5" },
|
||||
{ id: "2", title: "Lørdag", descriptions: ["09:00 - 18:00"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-delicious-bruschettas-table_23-2148454840.jpg?_wi=6" },
|
||||
{ id: "3", title: "Søndag", descriptions: ["10:00 - 16:00"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bread-table_23-2148361967.jpg?_wi=11" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user