Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 20:49:24 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -96,13 +96,13 @@ export default function LandingPage() {
id: "01", title: "Authentic Recipes", description: "Traditional Thai recipes passed down through generations, prepared by experienced chefs", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg", imageAlt: "Chef preparing authentic Thai cuisine"
},
{
id: "02", title: "Premium Tofu", description: "Freshly prepared silken and firm tofu daily, sourced from the finest Asian suppliers", imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22761.jpg", imageAlt: "Premium tofu dishes"
id: "02", title: "Premium Tofu", description: "Freshly prepared silken and firm tofu daily, sourced from the finest Asian suppliers", imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22761.jpg?_wi=1", imageAlt: "Premium tofu dishes"
},
{
id: "03", title: "Farm-to-Table", description: "Fresh vegetables and herbs sourced locally and imported directly from Thailand", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-wooden-table_1150-21356.jpg", imageAlt: "Fresh farm produce"
id: "03", title: "Farm-to-Table", description: "Fresh vegetables and herbs sourced locally and imported directly from Thailand", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-wooden-table_1150-21356.jpg?_wi=1", imageAlt: "Fresh farm produce"
},
{
id: "04", title: "Dietary Inclusive", description: "Vegan, vegetarian, gluten-free, and allergen-friendly options available for all guests", imageSrc: "http://img.b2bpic.net/free-photo/crepe-with-meat-table_140725-2370.jpg", imageAlt: "Diverse dietary options"
id: "04", title: "Dietary Inclusive", description: "Vegan, vegetarian, gluten-free, and allergen-friendly options available for all guests", imageSrc: "http://img.b2bpic.net/free-photo/crepe-with-meat-table_140725-2370.jpg?_wi=1", imageAlt: "Diverse dietary options"
}
]}
textboxLayout="default"
@@ -119,13 +119,13 @@ export default function LandingPage() {
tag="Menu Favorites"
products={[
{
id: "1", name: "Pad Thai with Tofu", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22761.jpg", imageAlt: "Pad Thai with tofu"
id: "1", name: "Pad Thai with Tofu", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22761.jpg?_wi=2", imageAlt: "Pad Thai with tofu"
},
{
id: "2", name: "Green Curry Tofu", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-wooden-table_1150-21356.jpg", imageAlt: "Green curry tofu"
id: "2", name: "Green Curry Tofu", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-wooden-table_1150-21356.jpg?_wi=2", imageAlt: "Green curry tofu"
},
{
id: "3", name: "Spring Rolls", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/crepe-with-meat-table_140725-2370.jpg", imageAlt: "Crispy spring rolls"
id: "3", name: "Spring Rolls", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/crepe-with-meat-table_140725-2370.jpg?_wi=2", imageAlt: "Crispy spring rolls"
}
]}
gridVariant="three-columns-all-equal-width"