Update src/app/business/page.tsx
This commit is contained in:
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Quiz",
|
||||
id: "/quiz",
|
||||
},
|
||||
{
|
||||
name: "Business",
|
||||
id: "/business",
|
||||
},
|
||||
{
|
||||
name: "Offres",
|
||||
id: "/offres",
|
||||
},
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Quiz", id: "/quiz" },
|
||||
{ name: "Business", id: "/business" },
|
||||
{ name: "Offres", id: "/offres" },
|
||||
]}
|
||||
brandName="LaunchPad"
|
||||
/>
|
||||
@@ -54,20 +42,8 @@ export default function LandingPage() {
|
||||
title="Nos modèles de business favoris"
|
||||
description="Découvre les structures les plus agiles et rentables du moment."
|
||||
features={[
|
||||
{
|
||||
id: "b1",
|
||||
title: "Service B2B",
|
||||
subtitle: "Vente de solutions",
|
||||
category: "Service",
|
||||
value: "Haute rentabilité",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
title: "Contenu IA",
|
||||
subtitle: "Production automatisée",
|
||||
category: "Tech",
|
||||
value: "Scalabilité forte",
|
||||
},
|
||||
{ id: "b1", title: "Service B2B", subtitle: "Vente de solutions", category: "Service", value: "Haute rentabilité" },
|
||||
{ id: "b2", title: "Contenu IA", subtitle: "Production automatisée", category: "Tech", value: "Scalabilité forte" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user