Update src/app/page.tsx

This commit is contained in:
2026-05-29 23:40:36 +00:00
parent 28b740357d
commit d92a90b470

View File

@@ -130,6 +130,18 @@ export default function LandingPage() {
{
id: "mango-sticky-rice", brand: "Desserts", name: "Mango Sticky Rice", price: "$8.00", rating: 5,
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/thai-sweet-sticky-rice-with-durian-dessert_1150-23440.jpg", imageAlt: "Mango Sticky Rice dessert"},
{
id: "pad-see-ew", brand: "Noodle Delights", name: "Pad See Ew with Chicken", price: "$13.99", rating: 4.7,
reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EQ3sQWjnSEuUL8Yumw806wGcUB/uploaded-1780098006207-nfm7vd89.png", imageAlt: "Pad See Ew with chicken"
},
{
id: "red-curry-duck", brand: "Curry Classics", name: "Red Curry with Duck", price: "$17.99", rating: 4.9,
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-red-curry-with-rice_23-2148766150.jpg", imageAlt: "Red Curry with duck"
},
{
id: "satay-skewers", brand: "Appetizers", name: "Chicken Satay Skewers", price: "$9.50", rating: 4.5,
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-satay-white-plate_23-2148680197.jpg", imageAlt: "Chicken Satay Skewers"
}
]}
title="Explore Our Authentic Thai Menu"
description="From spicy curries to savory noodle dishes, our menu offers a wide selection of traditional Thai cuisine, prepared with the freshest ingredients and authentic spices. Dive into a culinary journey with Hot Wok Thai."
@@ -240,4 +252,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}