Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4f9c4e4d3 | |||
| 7115a0b800 | |||
| 954c4bac96 | |||
| dfa56083e8 | |||
| 39333909f9 | |||
| 121482dc8e | |||
| 20acb56ec0 |
@@ -103,10 +103,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Wings Done", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-piti-clay-pot-with-olives-onion-pomegranate-copper-tray_176474-3431.jpg?_wi=2", imageAlt: "Spicy buffalo wings"
|
||||
id: "1", name: "Wings", price: "$22", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgTPy11eZQy8a3OQSEMAQ6fIyn/uploaded-1773019309415-ydip6arv.png?_wi=1", imageAlt: "Spicy buffalo wings"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Creekside Classic Burger", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburgers-arrangement_23-2148614060.jpg?_wi=2", imageAlt: "Signature craft burger"
|
||||
id: "2", name: "Creekside Classic Burger", price: "$17", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgTPy11eZQy8a3OQSEMAQ6fIyn/uploaded-1773019309415-ydip6arv.png?_wi=2", imageAlt: "Signature craft burger"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user