Update src/app/page.tsx
This commit is contained in:
@@ -113,9 +113,12 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "View Full Menu", href: "/menu" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Truffle Infusion", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg"},
|
||||
@@ -249,4 +252,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user