Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:55:51 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -35,7 +35,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "📞 Réserver", href: "#contact"}}
text: "📞 Réserver", href: "#contact"
}}
/>
</div>
@@ -43,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="KIDAM"
description="Les saveurs du Maroc au cœur du Valais. Découvrez notre cuisine marocaine authentique, nos tajines savoureux et notre accueil chaleureux."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
buttons={[
{ text: "📞 Appeler maintenant", href: "tel:+41276612345" },
{ text: "📅 Réserver une table", href: "#contact" },
@@ -75,11 +76,14 @@ export default function LandingPage() {
tag="Cuisine Marocaine"
features={[
{
id: "1", title: "Couscous Royal", description: "Couscous traditionnel garni de viande tendre, légumes colorés et sauce savoureuse. Un classique incontournable.", tag: "Maison", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794276.jpg", imageAlt: "Couscous Royal"},
id: "1", title: "Couscous Royal", description: "Couscous traditionnel garni de viande tendre, légumes colorés et sauce savoureuse. Un classique incontournable.", tag: "Maison", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arab-dish_23-2147794276.jpg", imageAlt: "Couscous Royal"
},
{
id: "2", title: "Tajine de Kefta", description: "Viande hachée épicée cuite lentement avec des œufs, tomates et herbes aromatiques dans notre tajine signature.", tag: "Spécialité", imageSrc: "http://img.b2bpic.net/free-photo/turkish-ka-fte-with-bulgur-vegetables-top-view_140725-3022.jpg", imageAlt: "Tajine de Kefta"},
id: "2", title: "Tajine de Kefta", description: "Viande hachée épicée cuite lentement avec des œufs, tomates et herbes aromatiques dans notre tajine signature.", tag: "Spécialité", imageSrc: "http://img.b2bpic.net/free-photo/turkish-ka-fte-with-bulgur-vegetables-top-view_140725-3022.jpg", imageAlt: "Tajine de Kefta"
},
{
id: "3", title: "Tajine Poulet Citron", description: "Poulet tendre mijoté avec citron confit et olives, saveurs équilibrées et textures fondantes.", tag: "Favori", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-garlic-bottle-oil-lemon-sauce-chicken-with-herbs-lavash-fork-knife_140725-73680.jpg", imageAlt: "Tajine Poulet Citron"},
id: "3", title: "Tajine Poulet Citron", description: "Poulet tendre mijoté avec citron confit et olives, saveurs équilibrées et textures fondantes.", tag: "Favori", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-garlic-bottle-oil-lemon-sauce-chicken-with-herbs-lavash-fork-knife_140725-73680.jpg", imageAlt: "Tajine Poulet Citron"
},
]}
textboxLayout="default"
animationType="slide-up"
@@ -95,16 +99,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marie Dupont", role: "Cliente régulière", company: "Vétroz", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Marie Dupont"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Marie Dupont"
},
{
id: "2", name: "Pierre Blanc", role: "Groupe d'amis", company: "Sion", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Pierre Blanc"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Pierre Blanc"
},
{
id: "3", name: "Sophie Martin", role: "Couple en sortie", company: "Conthey", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-couple-laughing-enjoying-sunset_74855-2925.jpg", imageAlt: "Sophie Martin"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-couple-laughing-enjoying-sunset_74855-2925.jpg", imageAlt: "Sophie Martin"
},
{
id: "4", name: "Jean Leclerc", role: "Événement privé", company: "Valais", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Jean Leclerc"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Jean Leclerc"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"