Update src/app/page.tsx
This commit is contained in:
123
src/app/page.tsx
123
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Users, MessageCircle } from "lucide-react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
@@ -29,68 +30,43 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Parcours",
|
||||
id: "about",
|
||||
},
|
||||
name: "Parcours", id: "about"},
|
||||
{
|
||||
name: "Expertises",
|
||||
id: "features",
|
||||
},
|
||||
name: "Expertises", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Stéphanie Arnoud"
|
||||
button={{
|
||||
text: "Prendre rendez-vous",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Prendre rendez-vous", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Révélez votre potentiel avec Stéphanie Arnoud"
|
||||
description="Accompagnement personnel et développement humain pour transformer vos défis en opportunités."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prendre rendez-vous avec Stéphanie",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prendre rendez-vous avec Stéphanie", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=1",
|
||||
imageAlt: "Stéphanie Arnoud Coaching",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Stéphanie Arnoud Coaching"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=2",
|
||||
imageAlt: "Stéphanie Arnoud Coaching",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Stéphanie Arnoud Coaching"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=3",
|
||||
imageAlt: "Stéphanie Arnoud Coaching",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Stéphanie Arnoud Coaching"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=4",
|
||||
imageAlt: "Stéphanie Arnoud Coaching",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Stéphanie Arnoud Coaching"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=5",
|
||||
imageAlt: "Stéphanie Arnoud Coaching",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Stéphanie Arnoud Coaching"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=6",
|
||||
imageAlt: "Stéphanie Arnoud Coaching",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Stéphanie Arnoud Coaching"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -101,9 +77,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Qui suis-je ?"
|
||||
description={[
|
||||
"Après 25 années passionnantes au sein du groupe Agfa en tant que DRH, j'ai choisi d'écouter ma vocation profonde : l'accompagnement humain.",
|
||||
"Mon approche combine mon expertise des organisations et une fine connaissance du développement personnel, pour vous aider à atteindre vos objectifs avec sérénité et clarté.",
|
||||
]}
|
||||
"Après 25 années passionnantes au sein du groupe Agfa en tant que DRH, j'ai choisi d'écouter ma vocation profonde : l'accompagnement humain.", "Mon approche combine mon expertise des organisations et une fine connaissance du développement personnel, pour vous aider à atteindre vos objectifs avec sérénité et clarté."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,22 +87,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Intelligence Émotionnelle",
|
||||
description: "Maîtrisez vos émotions pour une vie plus alignée.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-human-unity-chain-social-concept-papercut-style_1017-62700.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Intelligence Émotionnelle", description: "Maîtrisez vos émotions pour une vie plus alignée.", imageSrc: "http://img.b2bpic.net/free-vector/creative-human-unity-chain-social-concept-papercut-style_1017-62700.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Intelligence Collective",
|
||||
description: "Favorisez la synergie dans vos relations et projets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-idea-background_1343-42.jpg",
|
||||
buttonIcon: "Users",
|
||||
title: "Intelligence Collective", description: "Favorisez la synergie dans vos relations et projets.", imageSrc: "http://img.b2bpic.net/free-vector/business-idea-background_1343-42.jpg", buttonIcon: Users,
|
||||
},
|
||||
{
|
||||
title: "Communication Non Violente",
|
||||
description: "Améliorez vos échanges et clarifiez vos besoins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161911.jpg",
|
||||
buttonIcon: "MessageCircle",
|
||||
title: "Communication Non Violente", description: "Améliorez vos échanges et clarifiez vos besoins.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161911.jpg", buttonIcon: MessageCircle,
|
||||
},
|
||||
]}
|
||||
title="Expertises & Formations"
|
||||
@@ -143,45 +108,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophie M.",
|
||||
handle: "@sophiem",
|
||||
testimonial: "Un accompagnement d'une profondeur rare. Stéphanie a changé ma vision.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sophie M.", handle: "@sophiem", testimonial: "Un accompagnement d'une profondeur rare. Stéphanie a changé ma vision.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Julien P.",
|
||||
handle: "@julienp",
|
||||
testimonial: "La bienveillance et le professionnalisme à chaque étape. Merci.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg",
|
||||
},
|
||||
id: "2", name: "Julien P.", handle: "@julienp", testimonial: "La bienveillance et le professionnalisme à chaque étape. Merci.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Claire L.",
|
||||
handle: "@clairel",
|
||||
testimonial: "Une approche concrète et très inspirante. Je me sens alignée.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg",
|
||||
},
|
||||
id: "3", name: "Claire L.", handle: "@clairel", testimonial: "Une approche concrète et très inspirante. Je me sens alignée.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas B.",
|
||||
handle: "@thomasb",
|
||||
testimonial: "Le coaching avec Stéphanie est un véritable déclencheur de changement.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-therapist-with-clipboard-cabinet_23-2148759124.jpg",
|
||||
},
|
||||
id: "4", name: "Thomas B.", handle: "@thomasb", testimonial: "Le coaching avec Stéphanie est un véritable déclencheur de changement.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-therapist-with-clipboard-cabinet_23-2148759124.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marc D.",
|
||||
handle: "@marcd",
|
||||
testimonial: "Un investissement sur soi que je recommande vivement. Une coach exceptionnelle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Marc D.", handle: "@marcd", testimonial: "Un investissement sur soi que je recommande vivement. Une coach exceptionnelle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Ce qu'ils en pensent"
|
||||
@@ -193,16 +133,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Prenons contact"
|
||||
title="Prêt(e) à entamer votre transformation ?"
|
||||
description="Je vous accompagne personnellement pour vos projets de vie. Prenons rendez-vous."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prendre rendez-vous",
|
||||
href: "https://calendly.com",
|
||||
},
|
||||
text: "Prendre rendez-vous", href: "https://calendly.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user