Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c819eaa4cc | |||
| e19ddbb564 |
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
@@ -124,6 +124,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "p6", name: "Specialty Coffee", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-clear-glass-terrazzo-table_23-2151984964.jpg"},
|
id: "p6", name: "Specialty Coffee", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-clear-glass-terrazzo-table_23-2151984964.jpg"},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Full Menu", href: "/menu" }
|
||||||
|
]}
|
||||||
title="Our Signature Selection"
|
title="Our Signature Selection"
|
||||||
description="Explore our curated range of gourmet food and artisanal drinks."
|
description="Explore our curated range of gourmet food and artisanal drinks."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user