Merge version_1 into main #1
@@ -49,27 +49,27 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-board-with-egg-tomatoes-pastries_114579-12264.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-board-with-egg-tomatoes-pastries_114579-12264.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-turkish-doner-with-meat-vegetables_114579-3401.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-turkish-doner-with-meat-vegetables_114579-3401.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7507.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7507.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-board-with-egg-tomatoes-pastries_114579-12264.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-board-with-egg-tomatoes-pastries_114579-12264.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Om Pottes Smørrebrød"
|
||||
description="Hos Pottes Smørrebrød får du klassisk dansk smørrebrød lavet fra bunden med friske råvarer. Vi er kendt for vores gode humør, personlige service og lækre mad."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,21 +96,21 @@ export default function LandingPage() {
|
||||
name: "Roastbeef med det hele",
|
||||
price: "45 DKK",
|
||||
variant: "Klassiker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Fiskefilet med remoulade",
|
||||
price: "48 DKK",
|
||||
variant: "Frisk fangst",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-turkish-doner-with-meat-vegetables_114579-3401.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-turkish-doner-with-meat-vegetables_114579-3401.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Flæskesteg med rødkål",
|
||||
price: "50 DKK",
|
||||
variant: "Hjemmelavet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7507.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7507.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Vores Menu"
|
||||
@@ -129,11 +129,11 @@ export default function LandingPage() {
|
||||
title: "Afhentning",
|
||||
description: "Hent maden hos os.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg?_wi=2",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-board-with-egg-tomatoes-pastries_114579-12264.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-board-with-egg-tomatoes-pastries_114579-12264.jpg?_wi=3",
|
||||
imageAlt: "danish open sandwich smorrebrød",
|
||||
},
|
||||
{
|
||||
@@ -141,11 +141,11 @@ export default function LandingPage() {
|
||||
title: "Levering",
|
||||
description: "Vi leverer direkte til dig.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg?_wi=3",
|
||||
},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg?_wi=4",
|
||||
imageAlt: "authentic kitchen setting rustic",
|
||||
},
|
||||
{
|
||||
@@ -153,11 +153,11 @@ export default function LandingPage() {
|
||||
title: "Takeaway",
|
||||
description: "Tag smørrebrødet med på farten.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg?_wi=5",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg?_wi=4",
|
||||
imageAlt: "roastbeef smorrebrød closeup",
|
||||
},
|
||||
]}
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
quote: "Altid sød og smilende – og det bedste smørrebrød i byen!",
|
||||
tag: "Lokal",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
quote: "Min favoritplads i hele Solrød. Altid frisk!",
|
||||
tag: "Stamgæst",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Anmeldelser ⭐"
|
||||
@@ -236,7 +236,7 @@ export default function LandingPage() {
|
||||
tag="Besøg os"
|
||||
title="Kontakt os"
|
||||
description="Solrød Strandvej 118, 2680 Solrød Strand | 26 28 26 28 | Åben til kl. 14:00"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg?_wi=6"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user