Update src/app/page.tsx
This commit is contained in:
@@ -94,6 +94,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu", href: "/menu"},
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Mélange de Poisson Pour 2", price: "2500 DZD", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-with-lemon-paradise-apples-napkins-cutting-board_176474-3360.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user