Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-11 18:05:30 +00:00

View File

@@ -174,20 +174,25 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "menu-starter", name: "Appetizers & Salads", price: "View Page 1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-menu-paper-plate-with-leaves-copy-space_23-2148496829.jpg", imageAlt: "Placeholder for Appetizers and Salads menu page"},
id: "menu-starter", name: "", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-menu-paper-plate-with-leaves-copy-space_23-2148496829.jpg", imageAlt: "Placeholder for Appetizers and Salads menu page"},
{
id: "menu-main-fish", name: "Main Courses - Fish", price: "View Page 2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-seafood-table_23-2148290437.jpg", imageAlt: "Placeholder for Main Courses Fish menu page"},
id: "menu-main-fish", name: "", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-seafood-table_23-2148290437.jpg", imageAlt: "Placeholder for Main Courses Fish menu page"},
{
id: "menu-main-seafood", name: "Main Courses - Seafood", price: "View Page 3", imageSrc: "http://img.b2bpic.net/free-photo/glass-tea-ethnic-dishes-with-marmelades-wooden-platter_114579-11995.jpg", imageAlt: "Placeholder for Main Courses Seafood menu page"},
id: "menu-main-seafood", name: "", price: "", imageSrc: "http://img.b2bpic.net/free-photo/glass-tea-ethnic-dishes-with-marmelades-wooden-platter_114579-11995.jpg", imageAlt: "Placeholder for Main Courses Seafood menu page"},
{
id: "menu-specials", name: "Chef's Specials", price: "View Page 4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-winter-tomato-soup-notebook_23-2148706364.jpg", imageAlt: "Placeholder for Chef's Specials menu page"},
id: "menu-specials", name: "", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-winter-tomato-soup-notebook_23-2148706364.jpg", imageAlt: "Placeholder for Chef's Specials menu page"},
{
id: "menu-drinks", name: "Beverages & Desserts", price: "View Page 5", imageSrc: "http://img.b2bpic.net/free-photo/empty-frame-placed-cutlery_23-2148182091.jpg", imageAlt: "Placeholder for Beverages and Desserts menu page"},
id: "menu-drinks", name: "", price: "", imageSrc: "http://img.b2bpic.net/free-photo/empty-frame-placed-cutlery_23-2148182091.jpg", imageAlt: "Placeholder for Beverages and Desserts menu page"},
{
id: "menu-kids", name: "Kids' Menu", price: "View Page 6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentine-s-day-arrangement-with-empty-clipboard_23-2148392038.jpg", imageAlt: "Placeholder for Kids' Menu page"},
id: "menu-kids", name: "", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentine-s-day-arrangement-with-empty-clipboard_23-2148392038.jpg", imageAlt: "Placeholder for Kids' Menu page"},
]}
title="Our Culinary Journey: The Menu"
description="Explore our exquisite selection of fresh seafood dishes, prepared with authentic Moroccan flavors. Each image represents a page of our detailed menu, ready for your upload."
title=""
description=""
cardNameClassName="hidden"
quantityControlsClassName="hidden"
cardButtonClassName="hidden"
textBoxTitleClassName="hidden"
textBoxDescriptionClassName="hidden"
/>
</div>
@@ -346,4 +351,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}