4 Commits

Author SHA1 Message Date
a850b157eb Update src/app/page.tsx 2026-06-03 22:01:00 +00:00
d3e061e79e Update src/app/page.tsx 2026-06-03 21:58:20 +00:00
7527b44a1e Update src/app/page.tsx 2026-06-03 21:57:27 +00:00
e440941012 Merge version_1 into main
Merge version_1 into main
2026-06-03 21:51:20 +00:00

View File

@@ -72,7 +72,7 @@ export default function LandingPage() {
{
videoSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-pancakes-omelette_140725-9337.jpg", imageSrc: "http://img.b2bpic.net/free-photo/baked-pie-stuffed-with-beef-turshu-dry-fruites_114579-2468.jpg", imageAlt: "Close-up of a delicious Moroccan tagine", videoAriaLabel: "Video of a Moroccan chef preparing a tagine"},
{
videoSrc: "http://img.b2bpic.net/free-photo/top-view-woman-pours-tea-from-teapot-into-glass-armuda-saucer_141793-4292.jpg", imageSrc: "http://img.b2bpic.net/free-photo/arabic-tea-glasses-with-teapot-cloth_23-2148088405.jpg", imageAlt: "Traditional Moroccan mint tea ceremony", videoAriaLabel: "Video of a traditional Moroccan tea ceremony"},
videoSrc: "https://img.b2bpic.net/free-photo/happy-waiter-serving-food-group-cheerful-friends-pub_637285-12525.jpg?id=28998753", imageSrc: "http://img.b2bpic.net/free-photo/arabic-tea-glasses-with-teapot-cloth_23-2148088405.jpg", imageAlt: "Traditional Moroccan mint tea ceremony", videoAriaLabel: "Video of a traditional Moroccan tea ceremony"},
{
videoSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-table-with-desserts-drinks-flowers-cafe_23-2148001711.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-family-celebrating-birthday_23-2150599005.jpg", imageAlt: "Guests enjoying dinner in a Moroccan restaurant", videoAriaLabel: "Video of guests dining in a Moroccan restaurant"},
{
@@ -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={[
@@ -121,6 +121,11 @@ export default function LandingPage() {
},
]}
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>