Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6f0cc05c0 | |||
| 44472357ce | |||
| 64dd38ab07 | |||
| f3ed58cc2c | |||
| 7838c08a26 | |||
| 91bd82e77e | |||
| 211067cb3f | |||
| 216525ef89 |
@@ -4,9 +4,9 @@ import { Inter } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import "@/lib/gsap-setup";
|
import "@/lib/gsap-setup";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Montserrat } from "next/font/google";
|
import { Montserrat } from "next/font/google";
|
||||||
|
import { Playfair_Display } from "next/font/google";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -20,10 +20,8 @@ export const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const montserrat = Montserrat({
|
|
||||||
variable: "--font-montserrat",
|
const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] });
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -33,8 +31,8 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${montserrat.variable} antialiased`}>
|
<body className={`${playfair.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ export default function LandingPage() {
|
|||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="shift-hover"
|
defaultButtonVariant="shift-hover"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="soft"
|
borderRadius="pill"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="noiseDiagonalGradient"
|
background="noiseDiagonalGradient"
|
||||||
@@ -29,18 +29,14 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Accueil", id: "hero" },
|
||||||
name: "Accueil", id: "hero"},
|
{ name: "Parcours", id: "about" },
|
||||||
{
|
{ name: "Expertises", id: "features" },
|
||||||
name: "Parcours", id: "about"},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Expertises", id: "features"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Stéphanie Arnoud"
|
brandName="Stéphanie Arnoud"
|
||||||
button={{
|
button={{
|
||||||
text: "Prendre rendez-vous", href: "#contact"}}
|
text: "Prendre rendez-vous", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -51,24 +47,13 @@ export default function LandingPage() {
|
|||||||
title="Révélez votre potentiel avec Stéphanie Arnoud"
|
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."
|
description="Accompagnement personnel et développement humain pour transformer vos défis en opportunités."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Prendre rendez-vous avec Stéphanie", href: "#contact" },
|
||||||
text: "Prendre rendez-vous avec Stéphanie", href: "#contact"},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiavO3dCn02likxwS7upWoCIlU/uploaded-1774974961042-0vf5ftqi.jpg", imageAlt: "Stéphanie Arnoud" },
|
||||||
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?_wi=2", 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?_wi=4", 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?_wi=6", imageAlt: "Stéphanie Arnoud Coaching"},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
|
imageClassName="rounded-full aspect-square object-cover"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -86,15 +71,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "Intelligence Émotionnelle", description: "Maîtrisez vos émotions pour une vie plus alignée.", 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.", buttonIcon: Users },
|
||||||
},
|
{ title: "Communication Non Violente", description: "Améliorez vos échanges et clarifiez vos besoins.", buttonIcon: MessageCircle },
|
||||||
{
|
|
||||||
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="Expertises & Formations"
|
title="Expertises & Formations"
|
||||||
description="Je m'appuie sur des approches éprouvées pour favoriser votre épanouissement personnel et professionnel."
|
description="Je m'appuie sur des approches éprouvées pour favoriser votre épanouissement personnel et professionnel."
|
||||||
@@ -107,21 +86,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Sophie M.", handle: "@sophiem", testimonial: "Un accompagnement d'une profondeur rare. Stéphanie a changé ma vision.", rating: 5 },
|
||||||
id: "1", name: "Sophie M.", handle: "@sophiem", testimonial: "Un accompagnement d'une profondeur rare. Stéphanie a changé ma vision.", rating: 5,
|
{ 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/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg?_wi=1"},
|
{ id: "3", name: "Claire L.", handle: "@clairel", testimonial: "Une approche concrète et très inspirante. Je me sens alignée.", rating: 5 },
|
||||||
{
|
|
||||||
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: "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"},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Ce qu'ils en pensent"
|
title="Ce qu'ils en pensent"
|
||||||
@@ -138,8 +105,7 @@ export default function LandingPage() {
|
|||||||
title="Prêt(e) à entamer votre transformation ?"
|
title="Prêt(e) à entamer votre transformation ?"
|
||||||
description="Je vous accompagne personnellement pour vos projets de vie. Prenons rendez-vous."
|
description="Je vous accompagne personnellement pour vos projets de vie. Prenons rendez-vous."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Prendre rendez-vous", href: "https://calendly.com" },
|
||||||
text: "Prendre rendez-vous", href: "https://calendly.com"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -153,4 +119,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-montserrat), sans-serif;
|
font-family: var(--font-playfair), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-montserrat), sans-serif;
|
font-family: var(--font-playfair), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,14 +11,14 @@
|
|||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #ffffff;
|
||||||
--card: #f9f9f9;
|
--card: #f0f4f8;
|
||||||
--foreground: #0a2626;
|
--foreground: #001a33;
|
||||||
--primary-cta: #008080;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #eef6ff;
|
||||||
--secondary-cta-text: #0a2626;
|
--secondary-cta-text: #0a2626;
|
||||||
--accent: #c5a059;
|
--accent: #a8cce8;
|
||||||
--background-accent: #fdfbf7;
|
--background-accent: #eef6ff;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user