Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-10 17:12:22 +00:00

View File

@@ -184,14 +184,14 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "basic", tag: "Starter", tagIcon: Star, id: "basic", tag: "Starter", tagIcon: Star,
price: "$499", period: "/ project", description: "Ideal for short-form content and quick edits.", button: { price: "$99", period: "/ project", description: "Ideal for short-form content and quick edits.", button: {
text: "Choose Basic"}, text: "Choose Basic"},
featuresTitle: "Includes:", features: [ featuresTitle: "Includes:", features: [
"Up to 5 minutes of finished video", "Basic color correction", "Sound mixing", "One round of revisions"], "Up to 5 minutes of finished video", "Basic color correction", "Sound mixing", "One round of revisions"],
}, },
{ {
id: "pro", tag: "Professional", tagIcon: Award, id: "pro", tag: "Professional", tagIcon: Award,
price: "$999", period: "/ project", description: "Perfect for polished brand videos and events.", button: { price: "$199", period: "/ project", description: "Perfect for polished brand videos and events.", button: {
text: "Choose Pro"}, text: "Choose Pro"},
featuresTitle: "Includes:", features: [ featuresTitle: "Includes:", features: [
"Up to 15 minutes of finished video", "Advanced color grading", "Professional sound design", "Two rounds of revisions", "Motion graphics integration"], "Up to 15 minutes of finished video", "Advanced color grading", "Professional sound design", "Two rounds of revisions", "Motion graphics integration"],
@@ -242,7 +242,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", title: "What is your typical turnaround time?", content: "Turnaround time varies based on project complexity and length. For standard projects, expect 3-7 business days. Expedited services are available upon request."}, id: "q1", title: "What is your typical turnaround time?", content: "Turnaround time for most projects is 3-7 business days. While I manage AP Classes and other leadership responsibilities, rest assured that this will never compromise the quality or timely delivery of your project. Expedited services are available upon request."},
{ {
id: "q2", title: "What kind of footage do you accept?", content: "We accept footage from all common cameras and devices, including DSLRs, mirrorless cameras, smartphones, drones, and professional cinema cameras. Raw files, ProRes, H.264, and more are all compatible."}, id: "q2", title: "What kind of footage do you accept?", content: "We accept footage from all common cameras and devices, including DSLRs, mirrorless cameras, smartphones, drones, and professional cinema cameras. Raw files, ProRes, H.264, and more are all compatible."},
{ {