Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #15.
This commit is contained in:
@@ -63,7 +63,7 @@ export default function Page() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
products={[{ id: '1', name: 'Product 1', price: '$10', imageSrc: '/placeholder.png' }, { id: '2', name: 'Product 2', price: '$20', imageSrc: '/placeholder.png' }, { id: '3', name: 'Product 3', price: '$30', imageSrc: '/placeholder.png' }]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
title="Our Menu"
|
||||
|
||||
Reference in New Issue
Block a user