Merge version_2 into main #2
@@ -86,9 +86,13 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "View Full Menu", href: "/menu" },
|
||||
{ text: "Order Online", href: "/order" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Sicilian Pistachio", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/pistachio-ice-cream_658428-311.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user