Merge version_2 into main #2
@@ -57,9 +57,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smoked-sliced-sausages-white-plate_114579-62176.jpg", imageAlt: "Handcrafted artisan sausages" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grissini-bread-sticks-with-prosciutto_2829-16580.jpg", imageAlt: "Premium cured ham selection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-isolated-white-background_123827-33359.jpg", imageAlt: "Spicy artisanal pepperoni" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smoked-sliced-sausages-white-plate_114579-62176.jpg?_wi=1", imageAlt: "Handcrafted artisan sausages" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grissini-bread-sticks-with-prosciutto_2829-16580.jpg?_wi=1", imageAlt: "Premium cured ham selection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-isolated-white-background_123827-33359.jpg?_wi=1", imageAlt: "Spicy artisanal pepperoni" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fresh-meat-concept_23-2148738908.jpg", imageAlt: "Charcuterie board assortment" }
|
||||
]}
|
||||
/>
|
||||
@@ -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/smoked-sliced-sausages-white-plate_114579-62176.jpg", imageAlt: "Hickory smoked sausage"
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/smoked-sliced-sausages-white-plate_114579-62176.jpg?_wi=2", imageAlt: "Hickory smoked sausage"
|
||||
},
|
||||
{
|
||||
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"
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/grissini-bread-sticks-with-prosciutto_2829-16580.jpg?_wi=2", imageAlt: "Cured ham selection"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Artisan", name: "Spicy Pepperoni", price: "$15", rating: 4,
|
||||
reviewCount: "185", imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-isolated-white-background_123827-33359.jpg", imageAlt: "Spicy artisanal pepperoni"
|
||||
reviewCount: "185", imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-isolated-white-background_123827-33359.jpg?_wi=2", imageAlt: "Spicy artisanal pepperoni"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user