Update src/app/page.tsx
This commit is contained in:
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-ketchup-herbs_23-2148701495.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-ketchup-herbs_23-2148701495.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
|||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-cookies-cereal-balls-cloth-surface_176474-595.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-cookies-cereal-balls-cloth-surface_176474-595.jpg",
|
||||||
},
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-ketchup-herbs_23-2148701495.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-ketchup-herbs_23-2148701495.jpg?_wi=2",
|
||||||
imageAlt: "verse snack frietjes",
|
imageAlt: "verse snack frietjes",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
|||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-cereal-inscription-old-chalkboard_23-2147962322.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/bright-cereal-inscription-old-chalkboard_23-2147962322.jpg",
|
||||||
},
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-nuggets-with-fries_140725-2278.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-nuggets-with-fries_140725-2278.jpg?_wi=1",
|
||||||
imageAlt: "verse snack frietjes",
|
imageAlt: "verse snack frietjes",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
|||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2305.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2305.jpg",
|
||||||
},
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-with-ketchup-mayonnaise_114579-19733.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-with-ketchup-mayonnaise_114579-19733.jpg?_wi=1",
|
||||||
imageAlt: "verse snack frietjes",
|
imageAlt: "verse snack frietjes",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -184,13 +184,13 @@ export default function LandingPage() {
|
|||||||
id: "p1",
|
id: "p1",
|
||||||
name: "Patat met Mayonaise",
|
name: "Patat met Mayonaise",
|
||||||
price: "4.50€",
|
price: "4.50€",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-nuggets-with-fries_140725-2278.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-nuggets-with-fries_140725-2278.jpg?_wi=2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2",
|
||||||
name: "Frikadel Speciaal",
|
name: "Frikadel Speciaal",
|
||||||
price: "3.50€",
|
price: "3.50€",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-with-ketchup-mayonnaise_114579-19733.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-with-ketchup-mayonnaise_114579-19733.jpg?_wi=2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3",
|
||||||
|
|||||||
Reference in New Issue
Block a user