Merge version_26 into main #33
@@ -27,6 +27,16 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<style dangerouslySetInnerHTML={{ __html: `
|
||||
.animate-section { opacity: 0; animation: fadeIn 600ms ease-out forwards; }
|
||||
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
|
||||
.stagger-1 { animation-delay: 200ms; }
|
||||
.stagger-2 { animation-delay: 400ms; }
|
||||
.stagger-3 { animation-delay: 600ms; }
|
||||
.stagger-4 { animation-delay: 800ms; }
|
||||
.stagger-5 { animation-delay: 1000ms; }
|
||||
`}} />
|
||||
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -60,7 +70,7 @@ export default function LandingPage() {
|
||||
{ value: "10+", title: "Anni di esperienza" },
|
||||
{ value: "100+", title: "Progetti realizzati" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaAnimation="none"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/director-michele-floridia-working-on-a-f-1776519373622-6bbe0844.png?_wi=1"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -71,7 +81,7 @@ export default function LandingPage() {
|
||||
tag="COSA FACCIO"
|
||||
title="Tre linee di produzione"
|
||||
description="Soluzioni su misura per ogni esigenza di comunicazione premium."
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Costruiamo il pacchetto in call", href: "#contact" }]}
|
||||
@@ -83,13 +93,13 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="how-i-work" data-section="how-i-work">
|
||||
<div id="how-i-work" data-section="how-i-work" className="animate-section stagger-1">
|
||||
<FeatureCardTwentyEight
|
||||
tag="COME LAVORO"
|
||||
title="Tre passaggi, zero sorprese."
|
||||
description="Il mio metodo garantisce qualità e tempi certi in tre passaggi chiari."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
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." },
|
||||
@@ -100,7 +110,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<div id="about" data-section="about" className="animate-section stagger-2">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Michele Floridia — Directing Studio."
|
||||
@@ -109,14 +119,14 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<div id="social-proof" data-section="social-proof" className="animate-section stagger-3">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="The sensibility Michele Floridia brings to our brand narrative is unmatched. It’s not just video content; it’s genuine cinema that honors our manufacturing roots."
|
||||
rating={5}
|
||||
author="Director of Brand Strategy, Leading Luxury House"
|
||||
avatars={[{ src: "https://i.pravatar.cc/150?u=a1", alt: "Client" }]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
ratingAnimation="none"
|
||||
avatarsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Testimonial section"
|
||||
className="py-12"
|
||||
@@ -124,7 +134,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div id="contact" data-section="contact" className="animate-section stagger-4">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Parliamone."
|
||||
@@ -143,7 +153,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<div id="footer" data-section="footer" className="animate-section stagger-5">
|
||||
<FooterLogoReveal
|
||||
logoText="FPH Directing Studio"
|
||||
leftLink={{ text: "© 2025 FPH Production", href: "#" }}
|
||||
@@ -155,4 +165,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user