From 062d3ecdf7e82412f64eee203587cd218d4f8ced Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:49:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 64 +++++++++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26c478a..be30667 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,11 +68,13 @@ export default function LandingPage() { description="Experience the difference quality editorial work makes" negativeCard={{ items: [ - "Inconsistent pacing and flow", "Overlooked technical errors", "Weak narrative structure", "Lack of professional polish"], + "Inconsistent pacing and flow", "Overlooked technical errors", "Weak narrative structure", "Lack of professional polish" + ], }} positiveCard={{ items: [ - "Perfectly timed narrative flow", "Flawless technical execution", "Compelling storytelling structure", "Professional broadcast quality"], + "Perfectly timed narrative flow", "Flawless technical execution", "Compelling storytelling structure", "Professional broadcast quality" + ], }} animationType="slide-up" textboxLayout="default" @@ -86,12 +88,15 @@ export default function LandingPage() { heading={[ { type: "text", content: - "I'm a passionate editor with over 10 years of experience crafting compelling stories across media."}, + "I'm a passionate editor with over 10 years of experience crafting compelling stories across media." + }, { - type: "image", src: "http://img.b2bpic.net/free-photo/close-up-pot-plant-architect-workplace_23-2147839872.jpg", alt: "professional portrait editor headshot"}, + type: "image", src: "http://img.b2bpic.net/free-photo/close-up-pot-plant-architect-workplace_23-2147839872.jpg", alt: "professional portrait editor headshot" + }, { type: "text", content: - "From feature films to podcasts, I bring precision and artistry to every project."}, + "From feature films to podcasts, I bring precision and artistry to every project." + }, ]} buttons={[ { text: "Download Portfolio", href: "#" }, @@ -108,11 +113,13 @@ export default function LandingPage() { description="A selection of projects showcasing editorial excellence and creative vision" negativeCard={{ items: [ - "Documentary Short Film", "10-Episode Podcast Series", "Magazine Feature Story"], + "Documentary Short Film", "10-Episode Podcast Series", "Magazine Feature Story" + ], }} positiveCard={{ items: [ - "Feature Film (Award Nominated)", "Netflix Original Series", "Premium Brand Content Campaign"], + "Feature Film (Award Nominated)", "Netflix Original Series", "Premium Brand Content Campaign" + ], }} animationType="slide-up" textboxLayout="default" @@ -126,19 +133,23 @@ export default function LandingPage() { { id: "1", name: "Sarah Mitchell", role: "Documentary Director", testimonial: "Working with this editor transformed my film. The attention to detail and creative vision brought my story to life in ways I didn't imagine possible.", imageSrc: - "http://img.b2bpic.net/free-photo/young-girl-white-blazer-looks-nervous_114579-15696.jpg", imageAlt: "professional headshot business person"}, + "http://img.b2bpic.net/free-photo/young-girl-white-blazer-looks-nervous_114579-15696.jpg", imageAlt: "professional headshot business person" + }, { id: "2", name: "James Chen", role: "Podcast Producer", testimonial: "The editing work elevated our podcast quality dramatically. Professional, responsive, and incredibly talented. Highly recommended.", imageSrc: - "http://img.b2bpic.net/free-photo/press-reporter-fallowing-leads-case_23-2149579729.jpg", imageAlt: "creative professional headshot"}, + "http://img.b2bpic.net/free-photo/press-reporter-fallowing-leads-case_23-2149579729.jpg", imageAlt: "creative professional headshot" + }, { id: "3", name: "Emma Rodriguez", role: "Content Manager", testimonial: "Exceptional editing skills combined with genuine care for each project. This is someone who truly understands storytelling.", imageSrc: - "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg", imageAlt: "business professional portrait"}, + "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg", imageAlt: "business professional portrait" + }, { id: "4", name: "Michael Zhang", role: "Broadcast Director", testimonial: "I've worked with many editors, but few bring this level of technical expertise and creative intuition. A true professional.", imageSrc: - "http://img.b2bpic.net/free-photo/image-happy-businessmen_171337-890.jpg", imageAlt: "professional business headshot"}, + "http://img.b2bpic.net/free-photo/image-happy-businessmen_171337-890.jpg", imageAlt: "professional business headshot" + }, ]} title="Client Testimonials" description="What industry professionals say about the editing work" @@ -151,13 +162,13 @@ export default function LandingPage() { -- 2.49.1