Update src/app/page.tsx
This commit is contained in:
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg?_wi=1"
|
||||
imageAlt="delicious chicken biryani table setting"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Chicken Biryani",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87467.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87467.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chopping-board-with-lemon-slices-chicken_23-2148638937.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg?_wi=2",
|
||||
imageAlt: "fresh organic ingredients cooking",
|
||||
},
|
||||
{
|
||||
@@ -168,7 +168,7 @@ export default function LandingPage() {
|
||||
description: "Enjoy your hot meal in minutes.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Clock,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87467.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-space_140725-87467.jpg?_wi=2",
|
||||
imageAlt: "fresh organic ingredients cooking",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user