From dd289c26bdccd81db4969c0ffe6c90dce31fb537 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:05:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 014f281..026c07e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { CheckCircle, FileVideo, Layout, Lightbulb, Linkedin, Mail, Music, Palette, Scissors, Send, Sparkles, Target, Twitter, Users, Wand2 } from "lucide-react"; +import { CheckCircle, FileVideo, Film, Layout, Lightbulb, Linkedin, Mail, Music, Palette, Scissors, Send, Sparkles, Target, Twitter, Users, Wand2 } from "lucide-react"; export default function LandingPage() { return ( @@ -55,6 +55,7 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="blur-reveal" fixedMediaHeight={true} + background={{ variant: "plain" }} marqueeItems={[ { type: "text", text: "AVAILABLE FOR PROJECTS" }, { type: "text", text: "CINEMATIC EDITING" }, @@ -73,7 +74,7 @@ export default function LandingPage() { title="Selected Work" description="A curated selection of recent projects showcasing cinematic editing, motion design, and creative direction." tag="Portfolio" - tagIcon={Users} + tagIcon={Film} tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" @@ -82,22 +83,22 @@ export default function LandingPage() { products={[ { id: "1", brand: "2026", name: "Velocity — Brand Film", price: "Global Brands", rating: 5, - reviewCount: "12M views", imageSrc: "http://img.b2bpic.net/free-photo/filmmaker-refining-movie-footage_482257-121322.jpg?_wi=1", imageAlt: "Velocity Brand Film"}, + reviewCount: "12M views", imageSrc: "http://img.b2bpic.net/free-photo/filmmaker-refining-movie-footage_482257-121322.jpg", imageAlt: "Velocity Brand Film"}, { id: "2", brand: "2025", name: "Drift — Short Film", price: "Independent", rating: 5, - reviewCount: "8.4M views", imageSrc: "http://img.b2bpic.net/free-vector/flat-motiongraphics-landing-page-template_23-2148904269.jpg?_wi=1", imageAlt: "Drift Short Film"}, + reviewCount: "8.4M views", imageSrc: "http://img.b2bpic.net/free-vector/flat-motiongraphics-landing-page-template_23-2148904269.jpg", imageAlt: "Drift Short Film"}, { id: "3", brand: "2025", name: "Pulse — Social Campaign", price: "Digital First", rating: 5, - reviewCount: "15.2M views", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg?_wi=1", imageAlt: "Pulse Social Campaign"}, + reviewCount: "15.2M views", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg", imageAlt: "Pulse Social Campaign"}, { id: "4", brand: "2024", name: "Echo — Documentary", price: "Feature Length", rating: 5, - reviewCount: "2.1M views", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Echo Documentary"}, + reviewCount: "2.1M views", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Echo Documentary"}, { id: "5", brand: "2024", name: "Flux — Motion Reel", price: "Showreel", rating: 5, reviewCount: "5.8M views", imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg", imageAlt: "Flux Motion Reel"}, { id: "6", brand: "2023", name: "Resonance — Brand Documentary", price: "Long Form", rating: 5, - reviewCount: "3.4M views", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=2", imageAlt: "Resonance Brand Documentary"}, + reviewCount: "3.4M views", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Resonance Brand Documentary"}, ]} /> @@ -120,7 +121,7 @@ export default function LandingPage() {