Merge version_10 into main #13
@@ -187,6 +187,27 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="platters" data-section="products">
|
||||
<ProductCardOne
|
||||
title="Platters"
|
||||
description="Hearty, filling platters perfect for sharing or a complete meal"
|
||||
tag="Customer Favorites"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "37", name: "Turkey Chop Platter", price: "$24.95", imageSrc: "http://img.b2bpic.net/free-photo/chicken-schnitzel-served-with-lettuce-greens_141793-569.jpg?_wi=9", imageAlt: "Turkey chop platter"
|
||||
},
|
||||
{
|
||||
id: "38", name: "Fish Platter", price: "$23.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-schnitzel-served-with-lettuce-greens_141793-569.jpg?_wi=10", imageAlt: "Fish platter"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="sides" data-section="products">
|
||||
<ProductCardOne
|
||||
title="Sides & Salads"
|
||||
|
||||
Reference in New Issue
Block a user