Update src/app/page.tsx
This commit is contained in:
@@ -105,9 +105,12 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "View Full Menu", href: "#contact" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Signature Curry", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-seasonings-dark-desk_140725-76945.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user