Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-10 17:14:41 +00:00

View File

@@ -166,7 +166,7 @@ export default function LandingPage() {
id: "p7", name: "Cowboys Detailing Promotional Video", price: "Client Project", variant: "Automotive Marketing", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-detailing-shop_23-2149221142.jpg", imageAlt: "Promotional video for Cowboys Detailing"
},
{
id: "p8", name: "High School AVID Promotion Video", price: "Educational Project", variant: "Non-Profit / Education", imageSrc: "http://img.b2bpic.net/free-photo/students-wearing-graduation-gowns-raising-their-arms-air-celebrate-graduation_23-2149463510.jpg", imageAlt: "AVID promotion video for high school"
id: "p8", name: "High School AVID Promotion Video", price: "Educational Project", variant: "Non-Profit / Education", imageSrc: "http://img.b2bpic.net/free-photo/students-wearing-graduation-gowns-raising-their-arms-air-celebrate-graduation_23-2149463510.jpg", alt: "AVID promotion video for high school"
}
]}
title="Our Featured Projects & Client Work"
@@ -184,14 +184,14 @@ export default function LandingPage() {
plans={[
{
id: "basic", tag: "Starter", tagIcon: Star,
price: "$99", period: "/ project", description: "Ideal for short-form content and quick edits.", button: {
price: "$50", period: "/ project", description: "Ideal for short-form content and quick edits, under 5 minutes, with 2 free extra edits after the draft is sent.", button: {
text: "Choose Basic"},
featuresTitle: "Includes:", features: [
"Up to 5 minutes of finished video", "Basic color correction", "Sound mixing", "One round of revisions"],
},
{
id: "pro", tag: "Professional", tagIcon: Award,
price: "$199", period: "/ project", description: "Perfect for polished brand videos and events.", button: {
price: "$100", period: "/ project", description: "Perfect for polished brand videos and events, with 2 free extra edits after the draft is sent.", button: {
text: "Choose Pro"},
featuresTitle: "Includes:", features: [
"Up to 15 minutes of finished video", "Advanced color grading", "Professional sound design", "Two rounds of revisions", "Motion graphics integration"],
@@ -300,4 +300,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}