Merge version_13 into main #17

Merged
bender merged 1 commits from version_13 into main 2026-04-21 22:21:27 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
@@ -38,14 +38,14 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "radial-gradient" }}
title="Cinema for the Modern Manifattura"
description="FPH is the directing studio of Michele Floridia. We specialize in luxury B2B and lifestyle storytelling, crafting heritage-driven films for brands that demand a cinematic lens. No agencies, no fixed teams — just an auteur-led approach to production excellence."
buttons={[{ text: "Commission a Project", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/uploaded-1776553036600-uldveqyn.mp4"
mediaAnimation="blur-reveal"
/>
<HeroLogo
logoText="REGIA E PRODUZIONE VIDEO"
description="Film per brand che sanno chi sono. Brand Film, fiere e campagne B2B & luxury. Una sola regia, dal concept all'on-air."
buttons={[{ text: "PRENOTA UNA CALL GRATUITA", href: "#contact" }]}
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/uploaded-1776553036600-uldveqyn.mp4"
showDimOverlay={true}
className="min-h-screen"
/>
</div>
<div id="about" data-section="about">
@@ -77,8 +77,7 @@ export default function LandingPage() {
testimonial="The sensibility Michele Floridia brings to our brand narrative is unmatched. Its not just video content; its 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" }]
}
avatars={[{ src: "https://i.pravatar.cc/150?u=a1", alt: "Client" }]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
useInvertedBackground={true}