@@ -110,42 +75,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Special Karahi",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/breaded-meat-served-with-sauce-lemon-greens_140725-8357.jpg",
- },
- {
- id: "p2",
- name: "Afghani Pulao",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg",
- },
- {
- id: "p3",
- name: "Grilled Kababs",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-long-meat-cutlets-with-lemon-pomegranates_140725-57004.jpg",
- },
- {
- id: "p4",
- name: "Fresh Garlic Naan",
- price: "$2",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-gutab-stuffed-flatbread-with-herbs-served-with-yogurt_140725-7096.jpg",
- },
- {
- id: "p5",
- name: "Gulab Jamun",
- price: "$5",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-dessert-arrangement_23-2149039387.jpg",
- },
- {
- id: "p6",
- name: "Chilled Lassi",
- price: "$4",
- imageSrc: "http://img.b2bpic.net/free-photo/banana-milk-shake-wooden-background_501050-979.jpg",
- },
+ { id: "p1", name: "Special Karahi", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/breaded-meat-served-with-sauce-lemon-greens_140725-8357.jpg" },
+ { id: "p2", name: "Afghani Pulao", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg" },
+ { id: "p3", name: "Grilled Kababs", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-long-meat-cutlets-with-lemon-pomegranates_140725-57004.jpg" },
+ { id: "p4", name: "Fresh Garlic Naan", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-gutab-stuffed-flatbread-with-herbs-served-with-yogurt_140725-7096.jpg" },
+ { id: "p5", name: "Gulab Jamun", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-dessert-arrangement_23-2149039387.jpg" },
+ { id: "p6", name: "Chilled Lassi", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/banana-milk-shake-wooden-background_501050-979.jpg" },
]}
title="Signature Flavors"
description="Experience the traditional taste of Karachi, carefully prepared to offer you an unforgettable dining experience."
@@ -154,24 +89,13 @@ export default function LandingPage() {