Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-04 09:19:22 +00:00

View File

@@ -92,13 +92,13 @@ export default function LandingPage() {
textboxLayout="default"
features={[
{
title: "Silky Tonkotsu Ramen", description: "Rich, creamy pork bone broth with tender chashu pork, ajitsuke tamago, and crispy nori. A Japanese masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-105984.jpg", imageAlt: "Tonkotsu Ramen Bowl", button: { text: "Order Now", href: "#" }
title: "Silky Tonkotsu Ramen", description: "Rich, creamy pork bone broth with tender chashu pork, ajitsuke tamago, and crispy nori. A Japanese masterpiece.\n\n$14.99", imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-105984.jpg", imageAlt: "Tonkotsu Ramen Bowl", button: { text: "Order Now", href: "#" }
},
{
title: "Spicy Pad Thai", description: "Traditional Thai stir-fried noodles with shrimp, tofu, and our signature tamarind sauce. Perfectly balanced flavors.", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles-with-shrimp-prawn-top_1203-9935.jpg", imageAlt: "Pad Thai Noodles", button: { text: "Order Now", href: "#" }
title: "Spicy Pad Thai", description: "Traditional Thai stir-fried noodles with shrimp, tofu, and our signature tamarind sauce. Perfectly balanced flavors.\n\n$12.99", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles-with-shrimp-prawn-top_1203-9935.jpg", imageAlt: "Pad Thai Noodles", button: { text: "Order Now", href: "#" }
},
{
title: "Aromatic Pho", description: "Fragrant Vietnamese beef broth infused with star anise, cinnamon, and fresh herbs. Topped with tender beef slices.", imageSrc: "http://img.b2bpic.net/free-photo/bowl-pho-soup-with-broth-rice-noodles-herbs-meat_181624-60591.jpg", imageAlt: "Pho Noodle Soup", button: { text: "Order Now", href: "#" }
title: "Aromatic Pho", description: "Fragrant Vietnamese beef broth infused with star anise, cinnamon, and fresh herbs. Topped with tender beef slices.\n\n$11.99", imageSrc: "http://img.b2bpic.net/free-photo/bowl-pho-soup-with-broth-rice-noodles-herbs-meat_181624-60591.jpg", imageAlt: "Pho Noodle Soup", button: { text: "Order Now", href: "#" }
}
]}
gridVariant="uniform-all-items-equal"