Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c41ac6ff1 | |||
| 199444543d | |||
| 91136b8c25 | |||
| d1f44cd363 | |||
| d0348af999 | |||
| 30ee844885 | |||
| 2fe0184751 | |||
| 86b9e3b859 | |||
| c860f7b49c | |||
| 6de9f693c6 |
@@ -162,9 +162,15 @@ export default function LandingPage() {
|
|||||||
id: "p5", name: "Music Video Production", price: "Starting at $1200", variant: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862181.jpg", imageAlt: "Music Video Edit"},
|
id: "p5", name: "Music Video Production", price: "Starting at $1200", variant: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/metallic-holographic-background_23-2148862181.jpg", imageAlt: "Music Video Edit"},
|
||||||
{
|
{
|
||||||
id: "p6", name: "Real Estate Showcase", price: "Starting at $500", variant: "Property", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-indoors-with-book_23-2149548505.jpg", imageAlt: "Real Estate Video Walkthrough"},
|
id: "p6", name: "Real Estate Showcase", price: "Starting at $500", variant: "Property", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-indoors-with-book_23-2149548505.jpg", imageAlt: "Real Estate Video Walkthrough"},
|
||||||
|
{
|
||||||
|
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"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
title="Our Featured Projects"
|
title="Our Featured Projects & Client Work"
|
||||||
description="A showcase of our diverse video editing expertise across various industries and creative demands."
|
description="Explore a selection of our video editing work, from corporate to educational, showcasing our diverse expertise and client successes."
|
||||||
tag="Our Work"
|
tag="Our Work"
|
||||||
tagIcon={Film}
|
tagIcon={Film}
|
||||||
/>
|
/>
|
||||||
@@ -178,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: "$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"},
|
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: "$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"},
|
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"],
|
||||||
@@ -236,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."},
|
||||||
{
|
{
|
||||||
@@ -294,4 +300,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user