Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-03 21:57:31 +00:00

View File

@@ -97,7 +97,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
textboxLayout="inline-image"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
@@ -120,7 +120,11 @@ export default function LandingPage() {
id: "p6", name: "Sélection de Desserts Marocains", price: "120 MAD", imageSrc: "http://img.b2bpic.net/free-photo/three-gogals-with-ancient-cup-brown-cloth_114579-25050.jpg", imageAlt: "An assortment of luxurious Moroccan pastries and sweets.", rating: 4,
},
]}
title="A Symphony of Flavors: Our Signature Dishes"
titleSegments={[
{ type: "text", content: "A Symphony of Flavors: " },
{ type: "image", src: "http://img.b2bpic.net/free-photo/ramadan-concept-with-top-view-arabic-food_23-2147791815.jpg", alt: "Moroccan food icon" },
{ type: "text", content: " Our Signature Dishes" }
]}
description="Experience the rich tapestry of Moroccan culinary traditions, crafted with passion and authentic homemade recipes, each dish a masterpiece of taste and heritage."
/>
</div>