diff --git a/src/app/quiz/page.tsx b/src/app/quiz/page.tsx index bd6d68b..1ce6294 100644 --- a/src/app/quiz/page.tsx +++ b/src/app/quiz/page.tsx @@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -117,36 +71,8 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/an-abstract-professional-visualization-o-1775309990270-6ddc8007.png?_wi=4" logoText="LaunchPad" columns={[ - { - title: "Navigation", - items: [ - { - label: "Accueil", - href: "/", - }, - { - label: "Quiz", - href: "/quiz", - }, - { - label: "Business", - href: "/business", - }, - ], - }, - { - title: "Légal", - items: [ - { - label: "Mentions légales", - href: "#", - }, - { - label: "Confidentialité", - href: "#", - }, - ], - }, + { title: "Navigation", items: [{ label: "Accueil", href: "/" }, { label: "Quiz", href: "/quiz" }, { label: "Business", href: "/business" }] }, + { title: "Légal", items: [{ label: "Mentions légales", href: "#" }, { label: "Confidentialité", href: "#" }] }, ]} copyrightText="© 2025 | LaunchPad" /> @@ -154,4 +80,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file