Merge version_1 into main #1

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

File diff suppressed because it is too large Load Diff

View File

@@ -92,17 +92,17 @@ export default function LandingPage() {
<ProductCardOne
products={[
{
id: "1", name: "Pan-Seared Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", imageAlt: "Pan-seared salmon with seasonal vegetables"},
id: "1", name: "Pan-Seared Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=1", imageAlt: "Pan-seared salmon with seasonal vegetables"},
{
id: "2", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-with-apricot-slice-inside-green-plate-light-desk-cake-biscuit-sweet-dough-bake_140725-22559.jpg", imageAlt: "Creamy truffle risotto with parmesan"},
id: "2", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-with-apricot-slice-inside-green-plate-light-desk-cake-biscuit-sweet-dough-bake_140725-22559.jpg?_wi=1", imageAlt: "Creamy truffle risotto with parmesan"},
{
id: "3", name: "Wagyu Steak", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg", imageAlt: "Premium wagyu beef steak"},
id: "3", name: "Wagyu Steak", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg?_wi=1", imageAlt: "Premium wagyu beef steak"},
{
id: "4", name: "Herb-Crusted Lamb", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", imageAlt: "Herb-crusted lamb chops"},
id: "4", name: "Herb-Crusted Lamb", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=2", imageAlt: "Herb-crusted lamb chops"},
{
id: "5", name: "Scallop Medley", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-with-apricot-slice-inside-green-plate-light-desk-cake-biscuit-sweet-dough-bake_140725-22559.jpg", imageAlt: "Pan-seared scallops with citrus butter"},
id: "5", name: "Scallop Medley", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-with-apricot-slice-inside-green-plate-light-desk-cake-biscuit-sweet-dough-bake_140725-22559.jpg?_wi=2", imageAlt: "Pan-seared scallops with citrus butter"},
{
id: "6", name: "Chocolate Decadence", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg", imageAlt: "Rich chocolate dessert with berry coulis"},
id: "6", name: "Chocolate Decadence", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg?_wi=2", imageAlt: "Rich chocolate dessert with berry coulis"},
]}
carouselMode="buttons"
gridVariant="bento-grid"