Update src/app/page.tsx

This commit is contained in:
2026-03-04 23:28:10 +00:00
parent 91c924f8c9
commit c2bc511cf2

View File

@@ -85,9 +85,9 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardOne
title="Signature Selections"
description="Discover our meticulously crafted signature dishes that define authentic Malaysian elevated dining."
tag="Menu Highlights"
title="Complete Menu"
description="Explore our meticulously crafted menu organized by categories. Each dish represents the pinnacle of Malaysian culinary excellence."
tag="All Items"
tagIcon={Utensils}
tagAnimation="slide-up"
textboxLayout="default"
@@ -96,13 +96,40 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Signature Roasted Chicken", price: "From RM 45", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg?_wi=1", imageAlt: "Premium roasted chicken with rice"
id: "1", name: "Signature Roasted Chicken - Half", price: "RM 45", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg?_wi=1", imageAlt: "Half roasted chicken with rice"
},
{
id: "2", name: "Mee Bandung Sup Tulang", price: "From RM 38", imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-protein-soup-meal_23-2149098848.jpg?_wi=1", imageAlt: "Traditional Mee Bandung with bone soup"
id: "2", name: "Signature Roasted Chicken - Full", price: "RM 78", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg?_wi=2", imageAlt: "Full roasted chicken with rice"
},
{
id: "3", name: "Luxury Combination Platter", price: "From RM 68", imageSrc: "http://img.b2bpic.net/free-photo/front-view-caesar-salad-with-chicken-tomato-slices_141793-4582.jpg?_wi=1", imageAlt: "Premium combination plate for two"
id: "3", name: "Mee Bandung Sup Tulang", price: "RM 38", imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-protein-soup-meal_23-2149098848.jpg?_wi=1", imageAlt: "Mee Bandung with bone soup"
},
{
id: "4", name: "Mee Rebus Premium", price: "RM 32", imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-protein-soup-meal_23-2149098848.jpg?_wi=2", imageAlt: "Mee Rebus with premium toppings"
},
{
id: "5", name: "Chicken Noodle Soup", price: "RM 28", imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-protein-soup-meal_23-2149098848.jpg?_wi=3", imageAlt: "Chicken noodle soup"
},
{
id: "6", name: "Crispy Chicken Wings", price: "RM 18", imageSrc: "http://img.b2bpic.net/free-photo/front-view-caesar-salad-with-chicken-tomato-slices_141793-4582.jpg?_wi=1", imageAlt: "Crispy fried chicken wings"
},
{
id: "7", name: "Family Set - Serves 4", price: "RM 128", imageSrc: "http://img.b2bpic.net/free-photo/front-view-caesar-salad-with-chicken-tomato-slices_141793-4582.jpg?_wi=2", imageAlt: "Family set with multiple dishes"
},
{
id: "8", name: "Party Platter - Serves 6", price: "RM 188", imageSrc: "http://img.b2bpic.net/free-photo/front-view-caesar-salad-with-chicken-tomato-slices_141793-4582.jpg?_wi=3", imageAlt: "Party platter for large groups"
},
{
id: "9", name: "Rice with Gravy", price: "RM 8", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg?_wi=3", imageAlt: "Fragrant rice with gravy"
},
{
id: "10", name: "Vegetable Stir-Fry", price: "RM 12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-protein-soup-meal_23-2149098848.jpg?_wi=4", imageAlt: "Fresh vegetable stir-fry"
},
{
id: "11", name: "Mango Pudding", price: "RM 14", imageSrc: "http://img.b2bpic.net/free-photo/front-view-caesar-salad-with-chicken-tomato-slices_141793-4582.jpg?_wi=4", imageAlt: "Silky mango pudding dessert"
},
{
id: "12", name: "Fresh Lime Juice", price: "RM 6", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg?_wi=4", imageAlt: "Refreshing fresh lime juice"
}
]}
/>