Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-19 10:55:54 +00:00

View File

@@ -75,10 +75,10 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "nasi-lemak", name: "Nasi Lemak", price: "RM 46", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg", imageAlt: "Nasi lemak with sambal and egg"
id: "nasi-lemak", name: "Nasi Lemak", price: "RM 46", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg?_wi=1", imageAlt: "Nasi lemak with sambal and egg"
},
{
id: "briyani", name: "Chicken Briyani", price: "RM 79", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg", imageAlt: "Fragrant chicken briyani rice"
id: "briyani", name: "Chicken Briyani", price: "RM 79", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg?_wi=1", imageAlt: "Fragrant chicken briyani rice"
},
{
id: "noodles", name: "Stir-Fried Noodles", price: "RM 57", imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-123160.jpg", imageAlt: "Wok-tossed chicken noodles"
@@ -121,11 +121,11 @@ export default function LandingPage() {
features={[
{
id: "fresh", title: "Fresh Daily", author: "Quality Assured", description: "All dishes are prepared fresh daily using authentic ingredients and traditional cooking methods.", tags: ["Quality", "Traditional"],
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg", imageAlt: "Fresh nasi lemak preparation"
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg?_wi=2", imageAlt: "Fresh nasi lemak preparation"
},
{
id: "budget", title: "Budget-Friendly Prices", author: "RM 120", description: "Enjoy authentic Malaysian flavors without breaking the bank. Perfect for students and families.", tags: ["Affordable", "Value"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg", imageAlt: "Affordable chicken briyani"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg?_wi=2", imageAlt: "Affordable chicken briyani"
},
{
id: "location", title: "Prime Location", author: "Kenny Hill, Kuching", description: "Conveniently located on Ground Floor, Lot 4911, Jalan Upland. Easy access for everyone.", tags: ["Accessible", "Central"],