@@ -88,21 +69,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
features={[
- {
- title: "Butter Chicken",
- description: "Tender chicken in a rich, velvety tomato-cream sauce.",
- imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-meat-sauce_23-2147894751.jpg",
- },
- {
- title: "Lamb Biryani",
- description: "Aromatic basmati rice with succulent lamb and saffron.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-desk-meal-dark-dish-east-food_140725-82280.jpg",
- },
- {
- title: "Chicken Tikka Masala",
- description: "Chargrilled chicken in a robust, deeply spiced masala.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-soup-cooked-from-fresh-tomatoes-with-seasonings-dark-background-sauce-meal-tomato-dish-soup_140725-96787.jpg",
- },
+ { title: "Butter Chicken", description: "Tender chicken in a rich, velvety tomato-cream sauce.", imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-meat-sauce_23-2147894751.jpg" },
+ { title: "Lamb Biryani", description: "Aromatic basmati rice with succulent lamb and saffron.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-desk-meal-dark-dish-east-food_140725-82280.jpg" },
+ { title: "Chicken Tikka Masala", description: "Chargrilled chicken in a robust, deeply spiced masala.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-soup-cooked-from-fresh-tomatoes-with-seasonings-dark-background-sauce-meal-tomato-dish-soup_140725-96787.jpg" }
]}
title="Our Signature Dishes"
description="Hand-crafted masterpieces reflecting the soul of Indian cooking."
@@ -111,44 +80,25 @@ export default function LandingPage() {