From 95baca8eed30af018222a910eecfde18e615141a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:38:04 +0000 Subject: [PATCH] Update src/app/business/page.tsx --- src/app/business/page.tsx | 90 +++++---------------------------------- 1 file changed, 11 insertions(+), 79 deletions(-) diff --git a/src/app/business/page.tsx b/src/app/business/page.tsx index 3cb4bab..780e6e8 100644 --- a/src/app/business/page.tsx +++ b/src/app/business/page.tsx @@ -25,22 +25,10 @@ export default function LandingPage() { @@ -81,25 +57,9 @@ export default function LandingPage() { description="Nos retours d'expérience sur le terrain." blogs={[ { - id: "bl1", - category: "Guide", - title: "Comment tester son idée ?", - excerpt: "Une méthode simple pour valider sans investir.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-icon-representing-professional-d-1775309989310-605863ac.png?_wi=2", - authorName: "LaunchPad", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", - date: "2025-01-01", - }, + id: "bl1", category: "Guide", title: "Comment tester son idée ?", excerpt: "Une méthode simple pour valider sans investir.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-icon-representing-professional-d-1775309989310-605863ac.png?_wi=2", authorName: "LaunchPad", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", date: "2025-01-01"}, { - id: "bl2", - category: "Business", - title: "Les erreurs à éviter", - excerpt: "Ne perds pas ton temps avec ces points.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-icon-representing-customized-bus-1775309989574-97677751.png?_wi=2", - authorName: "LaunchPad", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", - date: "2025-01-05", - }, + id: "bl2", category: "Business", title: "Les erreurs à éviter", excerpt: "Ne perds pas ton temps avec ces points.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-icon-representing-customized-bus-1775309989574-97677751.png?_wi=2", authorName: "LaunchPad", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BtSTgFYX66WTTvYgehTNtLcohX/a-clean-modern-professional-dashboard-in-1775309991068-1f1e5329.png", date: "2025-01-05"}, ]} /> @@ -109,36 +69,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=5" 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" /> @@ -146,4 +78,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file