From e0b527029d9af1ee5f2fb88d8c6347ea66717650 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:15:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 208 ++++++++--------------------------------------- 1 file changed, 36 insertions(+), 172 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5c0977..d85e3cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -208,14 +114,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Vimeo", - "Red Bull", - "Sony", - "Netflix", - "Adobe", - "Canon", - "Apple", - ]} + "Vimeo", "Red Bull", "Sony", "Netflix", "Adobe", "Canon", "Apple"]} title="Trusted Partners" description="Collaborating with industry leaders worldwide." /> @@ -226,21 +125,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "What is your production scale?", - content: "We handle everything from local commercial spots to large-scale global campaigns.", - }, - { - id: "f2", - title: "Do you provide post-production?", - content: "Yes, we offer full-service color grading, sound design, and VFX.", - }, - { - id: "f3", - title: "How do we get started?", - content: "Just fill out the contact form below and we will set up an initial consultation.", - }, + { id: "f1", title: "What is your production scale?", content: "We handle everything from local commercial spots to large-scale global campaigns." }, + { id: "f2", title: "Do you provide post-production?", content: "Yes, we offer full-service color grading, sound design, and VFX." }, + { id: "f3", title: "How do we get started?", content: "Just fill out the contact form below and we will set up an initial consultation." }, ]} title="Common Inquiries" description="Frequently asked questions about our production process." @@ -254,21 +141,10 @@ export default function LandingPage() { title="Let's Collaborate" description="Ready to bring your vision to life? Tell us about your project." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Email Address" }, ]} - textarea={{ - name: "brief", - placeholder: "Project Brief", - }} + textarea={{ name: "brief", placeholder: "Project Brief" }} imageSrc="http://img.b2bpic.net/free-photo/cropped-image-young-lady-designer-play-games-by-phone_171337-15917.jpg" /> @@ -278,21 +154,9 @@ export default function LandingPage() { logoText="FRAMEWORK" copyrightText="© 2025 Framework Productions." socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Film, - href: "#", - ariaLabel: "Youtube", - }, - { - icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Film, href: "#", ariaLabel: "Youtube" }, + { icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }, ]} />