Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-18 09:14:58 +00:00

View File

@@ -113,13 +113,13 @@ export default function LandingPage() {
id: "recipe-1", name: "Classic Homemade Pasta", price: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-make-dough-azerbaijani-dish-gutab_114579-18113.jpg", imageAlt: "homemade pasta cooking preparation", priceButtonProps: { text: "View Recipe" }
},
{
id: "recipe-2", name: "Garden Fresh Salad", price: "Quick Prep", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-vegetables-eggs_23-2148515471.jpg", imageAlt: "fresh healthy salad bowl vegetables", priceButtonProps: { text: "View Recipe" }
id: "recipe-2", name: "Garden Fresh Salad", price: "Quick Prep", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-vegetables-eggs_23-2148515471.jpg?_wi=1", imageAlt: "fresh healthy salad bowl vegetables", priceButtonProps: { text: "View Recipe" }
},
{
id: "recipe-3", name: "Artisan Chocolate Dessert", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-prepares-homemade-cakes-kitchen_169016-1871.jpg", imageAlt: "gourmet dessert chocolate cake plating", priceButtonProps: { text: "View Recipe" }
},
{
id: "recipe-4", name: "Seasonal Vegetable Medley", price: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-vegetables-eggs_23-2148515471.jpg", imageAlt: "Seasonal vegetables cooking", priceButtonProps: { text: "View Recipe" }
id: "recipe-4", name: "Seasonal Vegetable Medley", price: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-vegetables-eggs_23-2148515471.jpg?_wi=2", imageAlt: "Seasonal vegetables cooking", priceButtonProps: { text: "View Recipe" }
}
]}
animationType="slide-up"