4 Commits

Author SHA1 Message Date
cca809e11c Update src/app/page.tsx 2026-06-11 18:06:16 +00:00
25ea3a1491 Update src/app/page.tsx 2026-06-11 18:05:27 +00:00
4d3d50404c Merge version_1 into main
Merge version_1 into main
2026-06-11 17:38:28 +00:00
49346c11ba Merge version_1 into main
Merge version_1 into main
2026-06-11 17:37:37 +00:00

View File

@@ -174,20 +174,24 @@ 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"
textBoxTitleClassName="hidden"
textBoxDescriptionClassName="hidden"
/>
</div>
@@ -346,4 +350,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}