Merge version_1 into main #2

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

View File

@@ -48,16 +48,16 @@ export default function LandingPage() {
tag="Street Food Authentique"
tagIcon={Flame}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/meat-roll-with-shepherd-salad_140725-1164.jpg", imageAlt: "Kebab berlinois savoureux et appétissant"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tendir-doner-with-chicken-table_140725-2443.jpg?_wi=1", imageAlt: "Kebab riche en ingrédients frais"},
imageSrc: "http://img.b2bpic.net/free-photo/tendir-doner-with-chicken-table_140725-2443.jpg", imageAlt: "Kebab riche en ingrédients frais"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-french-fries-stainless-steel-mini-basket-with-salt-burger-table_141793-5195.jpg?_wi=1", imageAlt: "Frites maison croustillantes"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-french-fries-stainless-steel-mini-basket-with-salt-burger-table_141793-5195.jpg", imageAlt: "Frites maison croustillantes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-loaf-gray-bread-with-cherry-tomatoes-mushrooms-herbs-with-basil-stand_141793-13130.jpg?_wi=1", imageAlt: "Sandwich kebab garni"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-loaf-gray-bread-with-cherry-tomatoes-mushrooms-herbs-with-basil-stand_141793-13130.jpg", imageAlt: "Sandwich kebab garni"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe_627829-5870.jpg", imageAlt: "Ambiance du restaurant Berlin Kebab"},
]}
@@ -83,6 +83,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg"
imageAlt="Ingrédients frais de qualité"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
tagAnimation="opacity"
/>
@@ -101,13 +102,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Berlin Kebab", name: "Kebab Berlinois", price: "7,50€", rating: 5,
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/tendir-doner-with-chicken-table_140725-2443.jpg?_wi=2", imageAlt: "Kebab Berlinois"},
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/tendir-doner-with-chicken-table_140725-2443.jpg", imageAlt: "Kebab Berlinois"},
{
id: "2", brand: "Berlin Kebab", name: "Sandwich Kebab", price: "6,50€", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-loaf-gray-bread-with-cherry-tomatoes-mushrooms-herbs-with-basil-stand_141793-13130.jpg?_wi=2", imageAlt: "Sandwich Kebab"},
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-vegetables-loaf-gray-bread-with-cherry-tomatoes-mushrooms-herbs-with-basil-stand_141793-13130.jpg", imageAlt: "Sandwich Kebab"},
{
id: "3", brand: "Berlin Kebab", name: "Frites Maison", price: "3,50€", rating: 5,
reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/side-view-french-fries-stainless-steel-mini-basket-with-salt-burger-table_141793-5195.jpg?_wi=2", imageAlt: "Frites Maison Croustillantes"},
reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/side-view-french-fries-stainless-steel-mini-basket-with-salt-burger-table_141793-5195.jpg", imageAlt: "Frites Maison Croustillantes"},
]}
buttonAnimation="slide-up"
/>
@@ -187,7 +188,7 @@ export default function LandingPage() {
{
id: "5", title: "Quel est votre prix moyen ?", content: "Nos prix varient de <strong>3,50€ à 10€</strong> selon le choix du plat. Nous offrons un excellent rapport qualité-prix avec des ingrédients premium et des portions généreuses."},
{
id: "6", title: "Pouvez-vous me donner votre numéro de téléphone ?", content: "Pour nous contacter : <a href='tel:+33XXXXXXXXXX' style='color: var(--primary-cta); text-decoration: underline;'>appelez-nous directement</a> ou envoyez-nous un message via nos réseaux sociaux pour les commandes et réservations."},
id: "6", title: "Pouvez-vous me donner votre numéro de téléphone ?", content: "Pour nous contacter : <a href='tel:+33XXXXXXXXXX' style='color: var(--primary-cta); text-decoration: underline;'>appelez-nous directement</a> ou envoyez-nous un message via nos réseaux sociaux pour les commandes et réservations."}
]}
/>
</div>