Merge version_2 into main #1
@@ -92,15 +92,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Artisan", name: "Hickory Smoked Sausage", price: "$18", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beer-bottles-with-sausages_23-2148754976.jpg", imageAlt: "Hickory smoked sausage"
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/smoked-sliced-sausages-white-plate_114579-62176.jpg", imageAlt: "Hickory smoked sausage"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Artisan", name: "Cured Country Ham", price: "$24", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-meat-slices-cut-pomegranate-cutting-board-grey-background-copy-space_140725-108148.jpg", imageAlt: "Thinly sliced cured ham"
|
||||
id: "2", brand: "Artisan", name: "Aged Cured Ham", price: "$24", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/grissini-bread-sticks-with-prosciutto_2829-16580.jpg", imageAlt: "Cured ham selection"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Artisan", name: "Spicy Pepperoni", price: "$15", rating: 4,
|
||||
reviewCount: "185", imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-rahat-lokum-with-pistachios-blue-wooden-board_114579-59080.jpg", imageAlt: "Spicy salami style pepperoni"
|
||||
reviewCount: "185", imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-isolated-white-background_123827-33359.jpg", imageAlt: "Spicy artisanal pepperoni"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -219,4 +219,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user