65 lines
3.5 KiB
TypeScript
65 lines
3.5 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 FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function MenuSection(): React.JSX.Element {
|
|
return (
|
|
<div id="menu" data-section="menu">
|
|
<SectionErrorBoundary name="menu">
|
|
<FeaturesRevealCardsBento
|
|
tag="Our Culinary Delights"
|
|
title="Signature Phở Bowls & Vietnamese Specialties"
|
|
description="Explore our exquisite menu, featuring classic phở, bún, gỏi cuốn, and other beloved Vietnamese dishes, all prepared with the freshest local ingredients and time-honored techniques."
|
|
items={[
|
|
{
|
|
title: "Phở Đặc Biệt",
|
|
description: "Our special combination phở with rare steak, well-done brisket, flank, tendon, and tripe in a rich, aromatic broth.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/thai-style-spicy-food-som-tum-food-concept-props-decoration-garlic-lemon-peanuts-tomatoes-shallots-wood-table_1150-21144.jpg",
|
|
},
|
|
{
|
|
title: "Phở Tái Nạm Gầu",
|
|
description: "A classic bowl with tender slices of rare steak, flavorful flank, and fatty brisket, served with fresh herbs.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150853970.jpg",
|
|
},
|
|
{
|
|
title: "Bún Chả Giò Nướng",
|
|
description: "Vermicelli noodles topped with crispy imperial rolls, juicy grilled pork, fresh vegetables, and a savory nước chấm.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-wooden-tray-with-ingredients-black-cement-surface_1150-19789.jpg",
|
|
},
|
|
{
|
|
title: "Gỏi Cuốn Tôm Thịt",
|
|
description: "Fresh spring rolls filled with succulent shrimp, sliced pork, vermicelli, and crisp greens, served with peanut sauce.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/thai-spring-rolls-with-spicy-sauce_1150-18507.jpg",
|
|
},
|
|
{
|
|
title: "Cơm Tấm Sườn Bì Chả",
|
|
description: "Broken rice plate with a tender grilled pork chop, shredded pork skin, and a savory steamed egg meatloaf.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/crispy-pork-white-plate-topped-with-sauce_1150-21301.jpg",
|
|
},
|
|
{
|
|
title: "Bánh Mì Kẹp Thịt",
|
|
description: "Our crispy Vietnamese baguette filled with savory meats, fresh cilantro, pickled carrots, daikon, and jalapeños.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/vietnamese_74190-4684.jpg",
|
|
},
|
|
{
|
|
title: "Phở Gà",
|
|
description: "A comforting bowl of chicken phở, featuring tender chicken slices and a light, flavorful chicken broth.",
|
|
href: "#",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-chicken-leg-chicken-fillet-blood-with-soup-thai-style-vegetable-boat-noodles-selective-focus_1150-45666.jpg",
|
|
},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
);
|
|
}
|