3 Commits

Author SHA1 Message Date
d3d4b487e6 Merge version_2 into main
Merge version_2 into main
2026-03-04 09:19:21 +00:00
272945dc08 Update src/app/page.tsx 2026-03-04 09:19:11 +00:00
7d65717407 Merge version_1 into main
Merge version_1 into main
2026-03-04 09:13:07 +00:00

View File

@@ -92,13 +92,13 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
features={[ 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" gridVariant="uniform-all-items-equal"