5 Commits

Author SHA1 Message Date
b050d1db39 Update src/app/page.tsx 2026-04-21 22:18:06 +00:00
14544b77ff Update src/app/styles/variables.css 2026-04-21 22:17:37 +00:00
b1dfc3d368 Update src/app/styles/base.css 2026-04-21 22:17:36 +00:00
fc84762825 Update src/app/page.tsx 2026-04-21 22:17:36 +00:00
de249c6692 Merge version_10 into main
Merge version_10 into main
2026-04-18 23:00:42 +00:00
3 changed files with 23 additions and 17 deletions

View File

@@ -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 }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/anamorphic-cinematic-2-39-1-aspect-ratio-1776519529328-28dac220.png"
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?_wi=1"
/>
</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?_wi=2"
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>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-figtree), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-figtree), sans-serif;
font-family: var(--font-libre-baskerville), serif;
}

View File

@@ -18,7 +18,7 @@
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
--background-accent: #262626;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);