Merge version_1_1781983988360 into main
Merge version_1_1781983988360 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -6,7 +6,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
|
||||
import { CheckCircle, Clock, DollarSign, Rocket, Search, Target, TrendingUp, User, Users, Zap, Megaphone } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -45,32 +44,23 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
title: "Startup", description: "Lancer ton projet tech", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{
|
||||
icon: "Rocket", label: "Niveau", value: "Expert"},
|
||||
{
|
||||
icon: "Zap", label: "Vitesse", value: "Haute"},
|
||||
{
|
||||
icon: "Target", label: "Focus", value: "Produit"},
|
||||
{ icon: "Rocket", label: "Niveau", value: "Expert" },
|
||||
{ icon: "Zap", label: "Vitesse", value: "Haute" },
|
||||
{ icon: "Target", label: "Focus", value: "Produit" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Freelance", description: "Devenir autonome", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{
|
||||
icon: "User", label: "Niveau", value: "Débutant"},
|
||||
{
|
||||
icon: "Clock", label: "Vitesse", value: "Moyenne"},
|
||||
{
|
||||
icon: "DollarSign", label: "Focus", value: "Revenu"},
|
||||
{ icon: "User", label: "Niveau", value: "Débutant" },
|
||||
{ icon: "Clock", label: "Vitesse", value: "Moyenne" },
|
||||
{ icon: "DollarSign", label: "Focus", value: "Revenu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Marketing", description: "Maîtriser l'acquisition", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{
|
||||
icon: "Megaphone", label: "Niveau", value: "Intermédiaire"},
|
||||
{
|
||||
icon: "TrendingUp", label: "Vitesse", value: "Haute"},
|
||||
{
|
||||
icon: "Search", label: "Focus", value: "Clients"},
|
||||
{ icon: "Megaphone", label: "Niveau", value: "Intermédiaire" },
|
||||
{ icon: "TrendingUp", label: "Vitesse", value: "Haute" },
|
||||
{ icon: "Search", label: "Focus", value: "Clients" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -85,20 +75,13 @@ export default function HomePage() {
|
||||
title="Ton guide étape par étape"
|
||||
description="Une méthodologie concrète pour ne plus jamais être perdu."
|
||||
items={[
|
||||
{
|
||||
title: "1. Idée", description: "Trouve ta niche rentable.", imageSrc: "http://img.b2bpic.net/free-photo/arrows-pointing-dartboard_23-2148543336.jpg"},
|
||||
{
|
||||
title: "2. Validation", description: "Parle aux clients.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-check-sign-front-side_187299-39400.jpg"},
|
||||
{
|
||||
title: "3. MVP", description: "Construis ton produit.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760992.jpg"},
|
||||
{
|
||||
title: "4. Acquisition", description: "Tes premiers utilisateurs.", imageSrc: "http://img.b2bpic.net/free-photo/flag-icon-front-side-with-white-background_187299-39854.jpg"},
|
||||
{
|
||||
title: "5. Monétisation", description: "Fais tes premières ventes.", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-vector-illustration-yellow-sticky-notes-pencil_1308-186781.jpg"},
|
||||
{
|
||||
title: "6. Scalabilité", description: "Accélère ton business.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-arrow_23-2149023755.jpg"},
|
||||
{
|
||||
title: "7. Automatisation", description: "Délègue et optimise.", imageSrc: "http://img.b2bpic.net/free-photo/roundel-parking-garage-hamburg-germany_181624-42134.jpg"},
|
||||
{ title: "1. Idée", description: "Trouve ta niche rentable.", imageSrc: "http://img.b2bpic.net/free-photo/arrows-pointing-dartboard_23-2148543336.jpg" },
|
||||
{ title: "2. Validation", description: "Parle aux clients.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-check-sign-front-side_187299-39400.jpg" },
|
||||
{ title: "3. MVP", description: "Construis ton produit.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760992.jpg" },
|
||||
{ title: "4. Acquisition", description: "Tes premiers utilisateurs.", imageSrc: "http://img.b2bpic.net/free-photo/flag-icon-front-side-with-white-background_187299-39854.jpg" },
|
||||
{ title: "5. Monétisation", description: "Fais tes premières ventes.", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-vector-illustration-yellow-sticky-notes-pencil_1308-186781.jpg" },
|
||||
{ title: "6. Scalabilité", description: "Accélère ton business.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-arrow_23-2149023755.jpg" },
|
||||
{ title: "7. Automatisation", description: "Délègue et optimise.", imageSrc: "http://img.b2bpic.net/free-photo/roundel-parking-garage-hamburg-germany_181624-42134.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -111,12 +94,9 @@ export default function HomePage() {
|
||||
title="Avance à ton rythme"
|
||||
description="Suis tes tâches et tes objectifs en temps réel."
|
||||
metrics={[
|
||||
{
|
||||
icon: "CheckCircle", title: "Tâches accomplies", value: "1,200+"},
|
||||
{
|
||||
icon: "Users", title: "Entrepreneurs actifs", value: "500+"},
|
||||
{
|
||||
icon: "TrendingUp", title: "Croissance moyenne", value: "45%"},
|
||||
{ icon: "CheckCircle", title: "Tâches accomplies", value: "1,200+" },
|
||||
{ icon: "Users", title: "Entrepreneurs actifs", value: "500+" },
|
||||
{ icon: "TrendingUp", title: "Croissance moyenne", value: "45%" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user