Merge version_9 into main #10

Merged
bender merged 1 commits from version_9 into main 2026-04-18 22:59:03 +00:00

View File

@@ -8,6 +8,7 @@ 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 FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
export default function LandingPage() {
return (
@@ -28,6 +29,7 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{ name: "Philosophy", id: "about" },
{ name: "Services", id: "services" },
{ name: "Clients", id: "social-proof" },
{ name: "Contact", id: "contact" },
]}
@@ -50,11 +52,24 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={true}
title="Michele Floridia — Filmmaker."
description="Non un'agenzia. Non un content creator. Una visione, una firma, un risultato. FPH Production è lo studio dietro i brand italiani che vogliono comunicare chi sono non solo cosa vendono."
description="FPH Production nasce dalla convinzione che ogni brand abbia una storia che merita il cinema — non il contenuto. Lavoriamo con fondatori, CMO e marketing director che vogliono comunicare chi sono, non solo cosa vendono. Basati in Italia. Disponibili per trasferte su richiesta. Una visione. Una firma. Un risultato."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/director-michele-floridia-working-on-a-f-1776519373622-6bbe0844.png"
/>
</div>
<div id="services" data-section="services">
<FeatureCardMedia
title="I nostri Servizi"
description="Soluzioni cinematografiche per il posizionamento del tuo brand."
animationType="slide-up"
features={[
{ id: "s1", title: "Heritage Brand Film", description: "Italia ed Europa" },
{ id: "s2", title: "Campaign Lifestyle", description: "Italia ed Europa" },
{ id: "s3", title: "Event Direction", description: "On-site ovunque, su richiesta" }
]}
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Partner in visione"
@@ -69,7 +84,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Hai un progetto? Parliamone."
description="Raccontaci la tua visione. Tutte le richieste sono sempre senza impegno."
description="Niente brief infiniti. Una conversazione. Basati a Milano — disponibili per trasferte in Italia e all'estero."
inputs={[
{ name: "name", type: "text", placeholder: "Nome", required: true },
{ name: "brand", type: "text", placeholder: "Brand", required: true },
@@ -82,7 +97,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Studio", items: [{ label: "Philosophy", href: "#about" }, { label: "Clients", href: "#social-proof" }] },
{ title: "Studio", items: [{ label: "Philosophy", href: "#about" }, { label: "Services", href: "#services" }, { label: "Clients", href: "#social-proof" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
]}
logoText="FPH Production"