Update src/app/page.tsx
This commit is contained in:
@@ -67,6 +67,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Expertise technique"
|
||||
description="Une approche centrée sur le résultat et l'émotion."
|
||||
features={[
|
||||
{ title: "Montage Narratif", description: "Une structure claire pour un impact maximal.", imageSrc: "https://images.unsplash.com/photo-1492691527719-9d1e07e534b4?q=80&w=800" },
|
||||
{ title: "Étalonnage", description: "Une signature visuelle propre et intemporelle.", imageSrc: "https://images.unsplash.com/photo-1516035069371-29a1b244cc32?q=80&w=800" },
|
||||
@@ -78,6 +79,9 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
title="Réalisations"
|
||||
description="Une sélection de mes travaux récents."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
@@ -91,6 +95,10 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
title="Impact"
|
||||
description="Mes indicateurs de performance."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{ id: "m1", icon: Award, title: "Projets", value: "100+" },
|
||||
{ id: "m2", icon: CheckCircle, title: "Satisfaction", value: "100%" },
|
||||
@@ -102,6 +110,9 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="Clients"
|
||||
description="Ce qu'ils pensent de mon travail."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex R.", date: "2024", title: "Marque", quote: "D'une précision rare. Un vrai regard d'artiste.", tag: "Studio", avatarSrc: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=200" },
|
||||
]}
|
||||
@@ -111,6 +122,10 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Questions"
|
||||
description="Réponses à vos interrogations."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "1", title: "Quel est le flux de travail ?", content: "Consultation, dérushage, montage brut, étalonnage, livraison finale." },
|
||||
{ id: "2", title: "Quels logiciels ?", content: "Adobe Premiere Pro et DaVinci Resolve." },
|
||||
@@ -121,6 +136,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Démarrer"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
title="Prêt pour votre projet ?"
|
||||
description="Discutons de vos besoins de montage."
|
||||
buttons={[{ text: "Me contacter", href: "mailto:contact@email.com" }]}
|
||||
|
||||
Reference in New Issue
Block a user