Skip to content

Commit

Permalink
Reduce number of FAQs on HP
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 4, 2025
1 parent ee49198 commit e91f90c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Home() {
title="Besoin d'aide ?"
titleUnderlineColor="purple-100"
>
<Faq display="list" limit={7} />
<Faq display="list" limit={5} />
<Typography
variant="small"
color="dark"
Expand Down
12 changes: 6 additions & 6 deletions src/components/Faq/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ const Faq = ({
answer:
"Les billets pour Meet Magento France 2025 sont disponibles ! Rendez-vous sur la billeterie à partir du menu.",
},
{
question: "What if I don't speak French?",
icon: <FaLanguage className="text-pink" size={16} />,
answer:
"You are still welcomed! Although the main track will be Business and in French, we will have a secondary track for English Speakers and Tech talks.",
},
{
question:
"Puis-je proposer un sujet de conférence pour Meet Magento France 2025 ?",
Expand All @@ -66,12 +72,6 @@ const Faq = ({
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.",
},
{
question: "What if I don't speak French?",
icon: <FaLanguage className="text-pink" size={16} />,
answer:
"You are still welcomed! Although the main track will be Business and in French, we will have a secondary track for English Speakers and Tech talks.",
},
{
question:
"Quels sont les transports à proximité de l'Étoile Business Center ?",
Expand Down

0 comments on commit e91f90c

Please sign in to comment.