Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 07:41:36 +00:00
2 changed files with 1369 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -80,9 +80,9 @@ export default function LandingPage() {
tagIcon={ChefHat}
tagAnimation="slide-up"
products={[
{ id: "1", name: "Pan-Seared Salmon", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesecake-with-cookies-kumquats-white-plate_141793-1462.jpg", imageAlt: "Pan-seared salmon with seasonal vegetables" },
{ id: "1", name: "Pan-Seared Salmon", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesecake-with-cookies-kumquats-white-plate_141793-1462.jpg?_wi=1", imageAlt: "Pan-seared salmon with seasonal vegetables" },
{ id: "2", name: "Herb Crusted Lamb", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/various-food-table_140725-4310.jpg", imageAlt: "Herb crusted lamb with wild mushrooms" },
{ id: "3", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesecake-with-cookies-kumquats-white-plate_141793-1462.jpg", imageAlt: "Creamy truffle risotto with parmesan" }
{ id: "3", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesecake-with-cookies-kumquats-white-plate_141793-1462.jpg?_wi=2", imageAlt: "Creamy truffle risotto with parmesan" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"