|
|
|
|
@@ -3,11 +3,11 @@
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
|
|
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -73,12 +73,15 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
title="Partner in visione"
|
|
|
|
|
description="Collaborazioni basate su identità, narrazione e risultati."
|
|
|
|
|
names={["Sauvage & Sons", "Muc-Off", "Casa del Pellegrino", "Studio Balestracci Beltrami"]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
|
testimonial="La sensibilità di Michele Floridia trasforma ogni frame in una narrazione coerente e potente. Un approccio cinematografico raro."
|
|
|
|
|
rating={5}
|
|
|
|
|
author="Partner Cliente"
|
|
|
|
|
avatars={[{ src: "https://i.pravatar.cc/150?u=a1", alt: "Partner" }]}
|
|
|
|
|
ratingAnimation="blur-reveal"
|
|
|
|
|
avatarsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
ariaLabel="Testimonial section"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -92,17 +95,20 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "brand", type: "text", placeholder: "Brand", required: true },
|
|
|
|
|
]}
|
|
|
|
|
textarea={{ name: "message", placeholder: "Messaggio", rows: 4, required: true }}
|
|
|
|
|
buttonText="Invia Messaggio"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/anamorphic-cinematic-2-39-1-aspect-ratio-1776519529328-28dac220.png"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBase
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Studio", items: [{ label: "Philosophy", href: "#about" }, { label: "Services", href: "#services" }, { label: "Clients", href: "#social-proof" }] },
|
|
|
|
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
|
|
|
|
]}
|
|
|
|
|
<FooterMedia
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/anamorphic-cinematic-2-39-1-aspect-ratio-1776519529328-28dac220.png"
|
|
|
|
|
logoText="FPH Production"
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Studio", items: [{ label: "Philosophy", href: "#about" }, { label: "Services", href: "#services" }] },
|
|
|
|
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2025 FPH Production. All rights reserved."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|