58 lines
2.6 KiB
TypeScript
58 lines
2.6 KiB
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "menu" section.
|
|
|
|
import React from 'react';
|
|
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function MenuSection(): React.JSX.Element {
|
|
return (
|
|
<div id="menu" data-section="menu">
|
|
<SectionErrorBoundary name="menu">
|
|
<FeaturesImageBento
|
|
tag="Our Daily Specials"
|
|
title="Taste the Tradition"
|
|
description="Authentic recipes crafted daily for your enjoyment."
|
|
items={[
|
|
{
|
|
title: "Dal Makhani",
|
|
description: "Slow-cooked black lentils with aromatic spices.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-inside-little-plate-with-cutlery-dark-red-surface_140725-154887.jpg",
|
|
},
|
|
{
|
|
title: "Palak Paneer",
|
|
description: "Fresh spinach curry with soft cottage cheese.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-basket_23-2148821575.jpg",
|
|
},
|
|
{
|
|
title: "Veg Biryani",
|
|
description: "Fragrant basmati rice with mixed vegetables.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-dish-near-spices_23-2147894732.jpg",
|
|
},
|
|
{
|
|
title: "Tandoori Chicken",
|
|
description: "Juicy chicken marinated in traditional yogurt spices.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/chicken-oil-salt-sauce-onion-garlic-chicken-with-herbs-lavash-board_140725-73745.jpg",
|
|
},
|
|
{
|
|
title: "Stuffed Paratha",
|
|
description: "Crispy wheat bread stuffed with seasoned potatoes.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/bagel-pieces-with-glass-lemonade_114579-34919.jpg",
|
|
},
|
|
{
|
|
title: "Gulab Jamun",
|
|
description: "Traditional sweet dessert soaked in rose syrup.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dessert-view_23-2149312414.jpg",
|
|
},
|
|
{
|
|
title: "Classic Samosa",
|
|
description: "Crispy pastry filled with spiced peas and potato.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sliced-piroshki-with-potatoes-blue-plate_114579-88937.jpg",
|
|
},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
);
|
|
}
|