Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -10,7 +10,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import { Film } from "lucide-react";
|
||||
import { Film, BookOpenText } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
title="The Manifesto"
|
||||
tag="Our Vision"
|
||||
tagIcon={Film}
|
||||
description="FPH Production is more than a studio—it is the dedicated practice of Michele Floridia. We believe in the power of the frame to elevate the ordinary. In an era of endless, disposable content, we champion the slow, the deliberate, and the cinematic. We work exclusively with brands that refuse to look like everyone else, finding beauty in precision, craftsmanship, and the silent narratives of high-end manufacturing."
|
||||
description="FPH Production is the dedicated practice of Michele Floridia. We believe in the power of the frame to elevate the ordinary. In an era of disposable digital noise, we champion the slow, the deliberate, and the cinematic. We work exclusively with brands that refuse to look like everyone else, finding beauty in precision, craftsmanship, and the silent narratives of high-end manufacturing. We do not just capture images; we compose legacies of visual integrity."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CX1xH7y0jxZ0fhv28YS97mOKD2/macro-photography-of-an-artisan-hand-cra-1778013176147-28207c21.png?_wi=1"
|
||||
className="py-24"
|
||||
/>
|
||||
@@ -113,16 +113,18 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
tag="Our Principles"
|
||||
tagIcon={BookOpenText}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Authorship", content: "Every project is authorship, not templated work."},
|
||||
id: "1", title: "The Art of Authorship", content: "Every frame we produce is an act of intentional authorship. We reject the commodity model of production, choosing instead to craft visual narratives that are deeply rooted in the unique identity of your brand, far beyond generic stock solutions."},
|
||||
{
|
||||
id: "2", title: "Collaboration", content: "Specialist collaborators are brought in intentionally."},
|
||||
id: "2", title: "Specialist Collaboration", content: "We curate teams based on the soul of your project. By bringing together dedicated specialists for specific needs, we ensure that every production phase is handled by masters of their craft, maintaining unparalleled quality control."},
|
||||
{
|
||||
id: "3", title: "Technology", content: "AI-augmented workflows extend the human eye."},
|
||||
id: "3", title: "Human-Centric AI", content: "Our adoption of AI-augmented workflows is not about speed at the cost of soul. We leverage cutting-edge tech to extend the human eye, accelerating the creative process so that we can spend more time on what truly matters: nuance, light, and composition."},
|
||||
]}
|
||||
title="Approach"
|
||||
description="The filmmaker's practice."
|
||||
description="The filmmaker's practice defines the final result."
|
||||
faqsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
@@ -175,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user