From 9827aed91e96682cf598df9d203aa87ce737ed63 Mon Sep 17 00:00:00 2001 From: Thomas KLEIN Date: Tue, 28 Jan 2025 16:38:55 +0100 Subject: [PATCH] Add FAQ foreigns --- src/components/Faq/Faq.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/Faq/Faq.tsx b/src/components/Faq/Faq.tsx index 69d078b..d451ced 100644 --- a/src/components/Faq/Faq.tsx +++ b/src/components/Faq/Faq.tsx @@ -1,6 +1,6 @@ "use client"; import React, {useState} from "react"; -import {FaCompass, FaHeart, FaShoppingBag, FaStar, FaTicketAlt, FaUser,} from "react-icons/fa"; +import {FaCompass, FaHeart, FaLanguage, FaShoppingBag, FaStar, FaTicketAlt, FaUser,} from "react-icons/fa"; import Typography from "../Typography/Typography"; import Link from "next/link"; @@ -48,7 +48,13 @@ const Faq = () => { question: "Que contient un billet pour Meet Magento France 2025 ?", icon: , answer: - "Lorsque vous achetez un billet pour Meet Magento France 2025 vous accédez à la totalité des conférences de l’événement, du petit-déjeuner d’accueil à cocktail dinatoire de clôture, en passant par le déjeuner networking. ", + "Lorsque vous achetez un billet pour Meet Magento France 2025 vous accédez à la totalité des conférences de l’événement, du petit-déjeuner d’accueil à cocktail dinatoire de clôture, en passant par le déjeuner networking.", + }, + { + question: "What if I don't speak French?", + icon: , + answer: + "You are still welcome! Although the main track will be Business and in French, we will have a secondary track for English Speakers and Tech talks.", }, ];