From 3698948a21110ef713b70c77b3f9fb00f8aeb5a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 13:46:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 318 ++++++++++------------------------------------- 1 file changed, 67 insertions(+), 251 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 347752a..245d8bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Film, Users } from "lucide-react"; +import { Award, Film, Users, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,109 +48,61 @@ export default function LandingPage() {
@@ -170,19 +114,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Industry Awards", - value: "150+", - }, + label: "Industry Awards", value: "150+"}, { icon: Film, - label: "Films Produced", - value: "85", - }, + label: "Films Produced", value: "85"}, { icon: Users, - label: "Global Audience", - value: "50M+", - }, + label: "Global Audience", value: "50M+"}, ]} metricsAnimation="slide-up" /> @@ -194,28 +132,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Creative Direction", - description: "Storyboarding and vision mapping.", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-expensive-high-tech-movie-camera_23-2150720834.jpg", - buttonIcon: "ArrowRight", + title: "Creative Direction", description: "Storyboarding and vision mapping.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-expensive-high-tech-movie-camera_23-2150720834.jpg", buttonIcon: ArrowRight, }, { - title: "Advanced Production", - description: "State-of-the-art camera and lighting.", - imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-second-prize_23-2149059612.jpg", - buttonIcon: "ArrowRight", + title: "Advanced Production", description: "State-of-the-art camera and lighting.", imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-second-prize_23-2149059612.jpg", buttonIcon: ArrowRight, }, { - title: "VFX & Digital", - description: "Cutting edge CGI and effects.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-processing-software-interface-computer-screens-creative-agency-studio_482257-82219.jpg", - buttonIcon: "ArrowRight", + title: "VFX & Digital", description: "Cutting edge CGI and effects.", imageSrc: "http://img.b2bpic.net/free-photo/photo-processing-software-interface-computer-screens-creative-agency-studio_482257-82219.jpg", buttonIcon: ArrowRight, }, { - title: "Post-Production", - description: "Expert editing and audio mixing.", - imageSrc: "http://img.b2bpic.net/free-photo/developing-photos-darkroom-high-angle_23-2149894020.jpg", - buttonIcon: "ArrowRight", + title: "Post-Production", description: "Expert editing and audio mixing.", imageSrc: "http://img.b2bpic.net/free-photo/developing-photos-darkroom-high-angle_23-2149894020.jpg", buttonIcon: ArrowRight, }, ]} title="Our Capabilities" @@ -231,41 +157,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Beyond the Veil", - price: "Drama", - imageSrc: "http://img.b2bpic.net/free-photo/anthropomorphic-face-made-with-popcorns-3d-glasses-cinema-time-text-against-blue-backdrop_23-2148188240.jpg", - }, + id: "1", name: "Beyond the Veil", price: "Drama", imageSrc: "http://img.b2bpic.net/free-photo/anthropomorphic-face-made-with-popcorns-3d-glasses-cinema-time-text-against-blue-backdrop_23-2148188240.jpg"}, { - id: "2", - name: "Neon City Dreams", - price: "Sci-Fi", - imageSrc: "http://img.b2bpic.net/free-photo/ink-pen-old-ruled-paper_23-2147775706.jpg", - }, + id: "2", name: "Neon City Dreams", price: "Sci-Fi", imageSrc: "http://img.b2bpic.net/free-photo/ink-pen-old-ruled-paper_23-2147775706.jpg"}, { - id: "3", - name: "Echoes of Silence", - price: "Thriller", - imageSrc: "http://img.b2bpic.net/free-photo/cinema-concept-with-reel_23-2147989036.jpg", - }, + id: "3", name: "Echoes of Silence", price: "Thriller", imageSrc: "http://img.b2bpic.net/free-photo/cinema-concept-with-reel_23-2147989036.jpg"}, { - id: "4", - name: "The Last Frontier", - price: "Action", - imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-popcorn-movies-high-angle_23-2149558740.jpg", - }, + id: "4", name: "The Last Frontier", price: "Action", imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-popcorn-movies-high-angle_23-2149558740.jpg"}, { - id: "5", - name: "Midnight Protocol", - price: "Noir", - imageSrc: "http://img.b2bpic.net/free-photo/background-with-metallic-grid-texture_23-2150275525.jpg", - }, + id: "5", name: "Midnight Protocol", price: "Noir", imageSrc: "http://img.b2bpic.net/free-photo/background-with-metallic-grid-texture_23-2150275525.jpg"}, { - id: "6", - name: "Starlight Odyssey", - price: "Adventure", - imageSrc: "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg", - }, + id: "6", name: "Starlight Odyssey", price: "Adventure", imageSrc: "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg"}, ]} title="Featured Projects" description="Discover our portfolio of acclaimed motion pictures." @@ -279,34 +181,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - price: "Consultation", - name: "Foundation", - features: [ - "Script review", - "Storyboard consult", - ], + id: "basic", price: "Consultation", name: "Foundation", features: [ + "Script review", "Storyboard consult"], buttons: [ { - text: "Inquire", - href: "#contact", - }, + text: "Inquire", href: "#contact"}, ], }, { - id: "pro", - price: "Production", - name: "Director", - features: [ - "Full production", - "VFX suite", - "Post support", - ], + id: "pro", price: "Production", name: "Director", features: [ + "Full production", "VFX suite", "Post support"], buttons: [ { - text: "Inquire", - href: "#contact", - }, + text: "Inquire", href: "#contact"}, ], }, ]} @@ -322,31 +209,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "120M+", - title: "Views", - items: [ - "Global screenings", - "Streaming success", - ], + id: "m1", value: "120M+", title: "Views", items: [ + "Global screenings", "Streaming success"], }, { - id: "m2", - value: "20", - title: "Regions", - items: [ - "Global distribution", - "Market reach", - ], + id: "m2", value: "20", title: "Regions", items: [ + "Global distribution", "Market reach"], }, { - id: "m3", - value: "500", - title: "Crew", - items: [ - "Industry professionals", - "Top talent", - ], + id: "m3", value: "500", title: "Crew", items: [ + "Industry professionals", "Top talent"], }, ]} title="Impact Data" @@ -360,55 +232,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alex Rivers", - date: "Jan 2024", - title: "Producer", - quote: "Exceptional team to work with.", - tag: "Cinema", - avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-photographer-wearing-classic-suit-holding-retro-camera-standing-with-his-arms-crossed_613910-19284.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/little-child-girl-skatepark_1321-3939.jpg", - }, + id: "1", name: "Alex Rivers", date: "Jan 2024", title: "Producer", quote: "Exceptional team to work with.", tag: "Cinema", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-photographer-wearing-classic-suit-holding-retro-camera-standing-with-his-arms-crossed_613910-19284.jpg", imageSrc: "http://img.b2bpic.net/free-photo/little-child-girl-skatepark_1321-3939.jpg"}, { - id: "2", - name: "Sarah Miller", - date: "Feb 2024", - title: "Director", - quote: "Visionaries in every sense.", - tag: "Art", - avatarSrc: "http://img.b2bpic.net/free-photo/positive-bearded-cameraman-holds-vintage-8mm-video-camera-studio-grey-vignette-background_613910-10023.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-popcorn-frame_23-2147698935.jpg", - }, + id: "2", name: "Sarah Miller", date: "Feb 2024", title: "Director", quote: "Visionaries in every sense.", tag: "Art", avatarSrc: "http://img.b2bpic.net/free-photo/positive-bearded-cameraman-holds-vintage-8mm-video-camera-studio-grey-vignette-background_613910-10023.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-popcorn-frame_23-2147698935.jpg"}, { - id: "3", - name: "James Bond", - date: "Mar 2024", - title: "Writer", - quote: "They elevated the story significantly.", - tag: "Script", - avatarSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970192.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cinema-elements-beige-background-with-white-empty-frame_23-2148416818.jpg", - }, + id: "3", name: "James Bond", date: "Mar 2024", title: "Writer", quote: "They elevated the story significantly.", tag: "Script", avatarSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970192.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cinema-elements-beige-background-with-white-empty-frame_23-2148416818.jpg"}, { - id: "4", - name: "Clara Vane", - date: "Apr 2024", - title: "Actor", - quote: "Professional and deeply creative.", - tag: "Acting", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-movie-producer_23-2148915848.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/film-frame-dark-room_23-2151947357.jpg", - }, + id: "4", name: "Clara Vane", date: "Apr 2024", title: "Actor", quote: "Professional and deeply creative.", tag: "Acting", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-movie-producer_23-2148915848.jpg", imageSrc: "http://img.b2bpic.net/free-photo/film-frame-dark-room_23-2151947357.jpg"}, { - id: "5", - name: "Mark Stone", - date: "May 2024", - title: "Composer", - quote: "Incredible production workflow.", - tag: "Music", - avatarSrc: "http://img.b2bpic.net/free-photo/serious-man-with-crossed-arms_1122-1449.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-black-white-front-view_23-2149735212.jpg", - }, + id: "5", name: "Mark Stone", date: "May 2024", title: "Composer", quote: "Incredible production workflow.", tag: "Music", avatarSrc: "http://img.b2bpic.net/free-photo/serious-man-with-crossed-arms_1122-1449.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-black-white-front-view_23-2149735212.jpg"}, ]} title="Collaborator Voices" description="Industry leaders sharing their experience with Lumina Studios." @@ -419,8 +251,7 @@ export default function LandingPage() {