@@ -140,42 +84,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Tandir",
- price: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg",
- },
- {
- id: "p2",
- name: "Shashlik",
- price: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-kebab-slate-with-other-dish-cutlery_23-2148685478.jpg",
- },
- {
- id: "p3",
- name: "Lagman",
- price: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/minimalist-presentation-white-noodles-with-herbs-dark-slate-plate_84443-85820.jpg",
- },
- {
- id: "p4",
- name: "Urgur Jiz",
- price: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-vegetables_140725-2760.jpg",
- },
- {
- id: "p5",
- name: "Shurva",
- price: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/bowl-meatball-soup-with-vermicelli_140725-3898.jpg",
- },
- {
- id: "p6",
- name: "Salads",
- price: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-salad-with-dark-tableware_23-2148537160.jpg",
- },
+ { id: "p1", name: "Tandir", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg" },
+ { id: "p2", name: "Shashlik", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-kebab-slate-with-other-dish-cutlery_23-2148685478.jpg" },
+ { id: "p3", name: "Lagman", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-presentation-white-noodles-with-herbs-dark-slate-plate_84443-85820.jpg" },
+ { id: "p4", name: "Urgur Jiz", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-vegetables_140725-2760.jpg" },
+ { id: "p5", name: "Shurva", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/bowl-meatball-soup-with-vermicelli_140725-3898.jpg" },
+ { id: "p6", name: "Salads", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/homemade-salad-with-dark-tableware_23-2148537160.jpg" },
]}
title="Our Signature Menu"
description="Exquisite dishes crafted to perfection."
@@ -184,44 +98,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file