From fa98e104c3ce79e34bcda4a57e627b8fe4e5553e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 20:14:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cd00d4..dddad27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,10 +75,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "XO Chicken", description: "Our signature dish, stir-fried to perfection with our secret house-made XO sauce.", buttonIcon: Utensils }, - { title: "Roti Canai", description: "Crispy, flaky traditional flatbread served with our rich, aromatic curry dahl.", buttonIcon: Utensils }, - { title: "Nasi Lemak", description: "Fragrant coconut rice served with spicy sambal, fried anchovies, and peanuts.", buttonIcon: Utensils }, - { title: "Satay Skewers", description: "Grilled marinated meat skewers served with a savory, nutty dipping sauce.", buttonIcon: Utensils }, + { title: "XO Chicken", description: "Our signature dish, stir-fried to perfection with our secret house-made XO sauce.", imageSrc: "https://img.freepik.com/free-photo/delicious-nasi-goreng-fried-rice-served-with-chicken-satay_144627-14260.jpg", buttonIcon: Utensils }, + { title: "Roti Canai", description: "Crispy, flaky traditional flatbread served with our rich, aromatic curry dahl.", imageSrc: "https://img.freepik.com/free-photo/roti-canai-with-dahl-curry_144627-14265.jpg", buttonIcon: Utensils }, + { title: "Nasi Lemak", description: "Fragrant coconut rice served with spicy sambal, fried anchovies, and peanuts.", imageSrc: "https://img.freepik.com/free-photo/nasi-lemak-served-with-fried-chicken_144627-14261.jpg", buttonIcon: Utensils }, + { title: "Satay Skewers", description: "Grilled marinated meat skewers served with a savory, nutty dipping sauce.", imageSrc: "https://img.freepik.com/free-photo/satay-skewers-with-peanut-sauce_144627-14262.jpg", buttonIcon: Utensils }, ]} title="Popular Dishes" description="Taste the favorites that our regulars keep coming back for."