Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -95,13 +95,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Ethiopian Highland Reserve", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg", imageAlt: "Ethiopian Highland Reserve coffee", initialQuantity: 1,
|
||||
id: "1", name: "Ethiopian Highland Reserve", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg?_wi=1", imageAlt: "Ethiopian Highland Reserve coffee", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Bordeaux Selection 2019", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-arrangement_23-2149552383.jpg", imageAlt: "Bordeaux Selection wine", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Colombian Dark Roast", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg", imageAlt: "Colombian Dark Roast coffee", initialQuantity: 1,
|
||||
id: "3", name: "Colombian Dark Roast", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg?_wi=2", imageAlt: "Colombian Dark Roast coffee", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user