Merge version_24 into main #31
@@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -84,22 +84,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="how-i-work" data-section="how-i-work">
|
||||
<FeatureCardTwentyEight
|
||||
tag="COME LAVORO"
|
||||
<TimelineHorizontalCardStack
|
||||
title="Tre passaggi, zero sorprese."
|
||||
description="Il mio metodo garantisce qualità e tempi certi in tre passaggi chiari."
|
||||
tag="COME LAVORO"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "01", title: "01 CALL", subtitle: "CALL", category: "Discovery", value: "Prenoti una discovery call gratuita di 20 minuti. Mi racconti il brand, gli obiettivi e i tempi. Zero impegno." },
|
||||
{ id: "02", title: "02 PLAN", subtitle: "PLAN", category: "Strategia", value: "Costruisco una strategia visiva su misura: concept, mood, crew, timeline e preventivo dettagliato." },
|
||||
{ id: "03", title: "03 CREATE", subtitle: "CREATE", category: "Produzione", value: "Produciamo il film dal brief al delivery finale. Ricevi contenuti pronti per pubblicare su ogni canale." }
|
||||
]}
|
||||
buttons={[{ text: "PRENOTA LA CALL GRATUITA", href: "#contact" }]}
|
||||
cardTitleClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground/80"
|
||||
/>
|
||||
>
|
||||
{/* Sticky scroll integration point */}
|
||||
<div className="space-y-32 py-10">
|
||||
<div className="sticky top-20">01 CALL — Scoperta e obiettivi.</div>
|
||||
<div className="sticky top-20">02 PLAN — Strategia e moodboard.</div>
|
||||
<div className="sticky top-20">03 CREATE — Produzione e delivery.</div>
|
||||
</div>
|
||||
</TimelineHorizontalCardStack>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
@@ -151,4 +150,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user