Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
324
src/app/page.tsx
324
src/app/page.tsx
@@ -33,38 +33,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
button={{
|
||||
text: "Start Your Project",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Start Your Project", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/phone-connected-headphones_1162-134.jpg"
|
||||
logoAlt="Zivora Films Logo"
|
||||
brandName="Zivora Films"
|
||||
@@ -74,42 +58,21 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Cinematic Edits, Professional Results, Fast Delivery"
|
||||
description="We transform raw footage into stunning video content that captivates your audience. From social clips to full productions, Zivora Films delivers premium editing that tells your story."
|
||||
tag="Zivora Films"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Project", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/male-video-editor-working-creative-software-create-montage_482257-120687.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-man-photo-editor-well-organized-workspace-editing-images_482257-121382.jpg",
|
||||
imageAlt: "Professional video editing interface",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/male-video-editor-working-creative-software-create-montage_482257-120687.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-man-photo-editor-well-organized-workspace-editing-images_482257-121382.jpg", imageAlt: "Professional video editing interface"},
|
||||
{
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/freelancer-using-retouching-program-touchscreen-device_482257-121823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-editor-woman-works-video-montage-creative-software_482257-125115.jpg",
|
||||
imageAlt: "Dynamic montage of video content",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-turned-digital-midi-controller_400718-29.jpg",
|
||||
imageAlt: "Closeup photo of turned on digital midi controller",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/video-creator-woman-editing-music-video-dual-monitors-agency-studio_482257-119068.jpg",
|
||||
imageAlt: "Video creator woman editing a music video on dual monitors in agency studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-african-american-graphic-designer-editing-images-copy-space_482257-121500.jpg",
|
||||
imageAlt: "Creative african american graphic designer editing images next to copy space",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/freelancer-using-retouching-program-touchscreen-device_482257-121823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/focused-editor-woman-works-video-montage-creative-software_482257-125115.jpg", imageAlt: "Dynamic montage of video content"},
|
||||
]}
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by hundreds of creators"
|
||||
/>
|
||||
@@ -124,21 +87,15 @@ export default function LandingPage() {
|
||||
tag="Our Story"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Editors",
|
||||
description: "Our team comprises highly skilled and experienced video editors with a passion for storytelling and visual excellence.",
|
||||
},
|
||||
title: "Expert Editors", description: "Our team comprises highly skilled and experienced video editors with a passion for storytelling and visual excellence."},
|
||||
{
|
||||
title: "Fast Turnaround",
|
||||
description: "We understand deadlines. Our streamlined process ensures your projects are delivered on time without compromising quality.",
|
||||
},
|
||||
title: "Fast Turnaround", description: "We understand deadlines. Our streamlined process ensures your projects are delivered on time without compromising quality."},
|
||||
{
|
||||
title: "Tailored Solutions",
|
||||
description: "Every project is unique. We offer customized editing solutions to perfectly match your brand's voice and objectives.",
|
||||
},
|
||||
title: "Tailored Solutions", description: "Every project is unique. We offer customized editing solutions to perfectly match your brand's voice and objectives."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-plus-size-male-social-media-influencer_23-2151396781.jpg"
|
||||
imageAlt="Professional video editor working"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,49 +103,20 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Social Media Videos",
|
||||
subtitle: "Engaging content for Instagram, TikTok, and YouTube that captures attention.",
|
||||
category: "Platforms",
|
||||
value: "Boost Engagement",
|
||||
},
|
||||
id: "s1", title: "Social Media Videos", subtitle: "Engaging content for Instagram, TikTok, and YouTube that captures attention.", category: "Platforms", value: "Boost Engagement"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Corporate & Explainer Videos",
|
||||
subtitle: "Professional videos that communicate your message clearly and effectively to your audience.",
|
||||
category: "Business",
|
||||
value: "Inform & Educate",
|
||||
},
|
||||
id: "s2", title: "Corporate & Explainer Videos", subtitle: "Professional videos that communicate your message clearly and effectively to your audience.", category: "Business", value: "Inform & Educate"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Testimonials & Case Studies",
|
||||
subtitle: "Authentic client stories that build trust and showcase your success.",
|
||||
category: "Trust",
|
||||
value: "Build Credibility",
|
||||
},
|
||||
id: "s3", title: "Testimonials & Case Studies", subtitle: "Authentic client stories that build trust and showcase your success.", category: "Trust", value: "Build Credibility"},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Event & Highlight Reels",
|
||||
subtitle: "Capture the energy and key moments of your events with dynamic, cinematic edits.",
|
||||
category: "Events",
|
||||
value: "Relive Moments",
|
||||
},
|
||||
id: "s4", title: "Event & Highlight Reels", subtitle: "Capture the energy and key moments of your events with dynamic, cinematic edits.", category: "Events", value: "Relive Moments"},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Music Videos",
|
||||
subtitle: "Visually stunning and creative edits that bring your music to life.",
|
||||
category: "Arts",
|
||||
value: "Visual Storytelling",
|
||||
},
|
||||
id: "s5", title: "Music Videos", subtitle: "Visually stunning and creative edits that bring your music to life.", category: "Arts", value: "Visual Storytelling"},
|
||||
{
|
||||
id: "s6",
|
||||
title: "Tutorials & Online Courses",
|
||||
subtitle: "Clear, concise, and engaging video content for educational purposes.",
|
||||
category: "Education",
|
||||
value: "Empower Learning",
|
||||
},
|
||||
id: "s6", title: "Tutorials & Online Courses", subtitle: "Clear, concise, and engaging video content for educational purposes.", category: "Education", value: "Empower Learning"},
|
||||
]}
|
||||
title="Our Video Editing Services"
|
||||
description="From concept to final cut, we offer a comprehensive suite of video editing services tailored to your unique needs and vision. Our expertise spans various industries and platforms."
|
||||
@@ -201,55 +129,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Corporate Explainer",
|
||||
price: "Project-based",
|
||||
variant: "Business",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-talking-manager-videocall-using-webcam-computer-attending-online-business-eeting-chatting-remote-videoconference-internet-teleconference-call-with-colleagues_482257-50394.jpg",
|
||||
imageAlt: "Still from a corporate explainer video",
|
||||
},
|
||||
id: "p1", name: "Corporate Explainer", price: "Project-based", variant: "Business", imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-talking-manager-videocall-using-webcam-computer-attending-online-business-eeting-chatting-remote-videoconference-internet-teleconference-call-with-colleagues_482257-50394.jpg", imageAlt: "Still from a corporate explainer video"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Social Media Ad",
|
||||
price: "Project-based",
|
||||
variant: "Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-blue-table-isolated-orange_171337-13161.jpg",
|
||||
imageAlt: "Still from a social media ad",
|
||||
},
|
||||
id: "p2", name: "Social Media Ad", price: "Project-based", variant: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/apple-blue-table-isolated-orange_171337-13161.jpg", imageAlt: "Still from a social media ad"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Event Highlight",
|
||||
price: "Project-based",
|
||||
variant: "Events",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-photos-light-movie-projector_23-2149377326.jpg",
|
||||
imageAlt: "Still from an event highlight reel",
|
||||
},
|
||||
id: "p3", name: "Event Highlight", price: "Project-based", variant: "Events", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-photos-light-movie-projector_23-2149377326.jpg", imageAlt: "Still from an event highlight reel"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Client Testimonial",
|
||||
price: "Project-based",
|
||||
variant: "Trust Building",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-freelancer-waving-camera-home-office_482257-131129.jpg",
|
||||
imageAlt: "Still from a client testimonial video",
|
||||
},
|
||||
id: "p4", name: "Client Testimonial", price: "Project-based", variant: "Trust Building", imageSrc: "http://img.b2bpic.net/free-photo/happy-freelancer-waving-camera-home-office_482257-131129.jpg", imageAlt: "Still from a client testimonial video"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Music Video",
|
||||
price: "Project-based",
|
||||
variant: "Entertainment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139399.jpg",
|
||||
imageAlt: "Still from a music video",
|
||||
},
|
||||
id: "p5", name: "Music Video", price: "Project-based", variant: "Entertainment", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139399.jpg", imageAlt: "Still from a music video"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Online Tutorial",
|
||||
price: "Project-based",
|
||||
variant: "Education",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-education-homepage-e-learning-technology-concept_53876-133853.jpg",
|
||||
imageAlt: "Still from an online tutorial",
|
||||
},
|
||||
id: "p6", name: "Online Tutorial", price: "Project-based", variant: "Education", imageSrc: "http://img.b2bpic.net/free-photo/online-education-homepage-e-learning-technology-concept_53876-133853.jpg", imageAlt: "Still from an online tutorial"},
|
||||
]}
|
||||
title="Our Portfolio: See Our Work"
|
||||
description="Explore a selection of our recent projects that demonstrate our versatility and commitment to cinematic quality across various industries and content types."
|
||||
@@ -261,67 +154,34 @@ export default function LandingPage() {
|
||||
<PricingCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Standard",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$500+",
|
||||
name: "Essential Edit",
|
||||
buttons: [
|
||||
id: "basic", badge: "Standard", badgeIcon: Sparkles,
|
||||
price: "$500+", name: "Essential Edit", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Up to 5 minutes of final video",
|
||||
"Basic color correction",
|
||||
"Sound mixing",
|
||||
"1 revision round",
|
||||
"Standard delivery (7 days)",
|
||||
],
|
||||
"Up to 5 minutes of final video", "Basic color correction", "Sound mixing", "1 revision round", "Standard delivery (7 days)"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
badgeIcon: CheckCircle,
|
||||
price: "$1200+",
|
||||
name: "Professional Package",
|
||||
buttons: [
|
||||
id: "pro", badge: "Popular", badgeIcon: CheckCircle,
|
||||
price: "$1200+", name: "Professional Package", buttons: [
|
||||
{
|
||||
text: "Choose Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Pro", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Up to 15 minutes of final video",
|
||||
"Advanced color grading",
|
||||
"Custom sound design",
|
||||
"2 revision rounds",
|
||||
"Priority delivery (5 days)",
|
||||
],
|
||||
"Up to 15 minutes of final video", "Advanced color grading", "Custom sound design", "2 revision rounds", "Priority delivery (5 days)"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Premium",
|
||||
badgeIcon: Award,
|
||||
price: "Custom Quote",
|
||||
name: "Full Production Suite",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Premium", badgeIcon: Award,
|
||||
price: "Custom Quote", name: "Full Production Suite", buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited video length",
|
||||
"Cinematic color grading",
|
||||
"Immersive soundscapes",
|
||||
"Unlimited revisions",
|
||||
"Expedited delivery (3 days)",
|
||||
"Dedicated project manager",
|
||||
],
|
||||
"Unlimited video length", "Cinematic color grading", "Immersive soundscapes", "Unlimited revisions", "Expedited delivery (3 days)", "Dedicated project manager"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Editing Packages"
|
||||
@@ -336,59 +196,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Outstanding Quality & Service!",
|
||||
quote: "Zivora Films transformed our raw footage into a captivating corporate video. Their attention to detail and creative input were invaluable. Highly recommend for any business needing professional editing!",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO, TechCorp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "t1", title: "Outstanding Quality & Service!", quote: "Zivora Films transformed our raw footage into a captivating corporate video. Their attention to detail and creative input were invaluable. Highly recommend for any business needing professional editing!", name: "Sarah Johnson", role: "CEO, TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Fast, Efficient & Visionary",
|
||||
quote: "We needed a quick turnaround for our social media campaign, and Zivora Films delivered beyond expectations. The quality was top-notch, and they truly understood our vision.",
|
||||
name: "Michael Chen",
|
||||
role: "Marketing Manager, InnovateLab",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "t2", title: "Fast, Efficient & Visionary", quote: "We needed a quick turnaround for our social media campaign, and Zivora Films delivered beyond expectations. The quality was top-notch, and they truly understood our vision.", name: "Michael Chen", role: "Marketing Manager, InnovateLab", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Truly Cinematic Results",
|
||||
quote: "Our music video now looks incredible! Zivora Films brought a cinematic flair that elevated our entire project. Their team is professional and incredibly talented.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Artist, Melodia Music",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-growth-cheerful-young-caucasian-woman-black-pajamas-moves-vigorously-pink-background-concept-lifestyle-good-mood_197531-31356.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "t3", title: "Truly Cinematic Results", quote: "Our music video now looks incredible! Zivora Films brought a cinematic flair that elevated our entire project. Their team is professional and incredibly talented.", name: "Emily Rodriguez", role: "Artist, Melodia Music", imageSrc: "http://img.b2bpic.net/free-photo/full-growth-cheerful-young-caucasian-woman-black-pajamas-moves-vigorously-pink-background-concept-lifestyle-good-mood_197531-31356.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Exceeded Expectations",
|
||||
quote: "The explainer video Zivora Films created for us perfectly captured our product's essence. The animation and flow were seamless, leading to excellent conversion rates.",
|
||||
name: "David Kim",
|
||||
role: "Product Lead, StartupXYZ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-smiling-holding-phone-grey-wall_176420-16828.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "t4", title: "Exceeded Expectations", quote: "The explainer video Zivora Films created for us perfectly captured our product's essence. The animation and flow were seamless, leading to excellent conversion rates.", name: "David Kim", role: "Product Lead, StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-smiling-holding-phone-grey-wall_176420-16828.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "A Partner in Content Creation",
|
||||
quote: "Working with Zivora Films feels like a true partnership. They're responsive, creative, and always deliver polished content that resonates with our audience.",
|
||||
name: "Jessica Lee",
|
||||
role: "Content Strategist, Digital Growth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blogger-recording-herself-waiving_23-2148538806.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "t5", title: "A Partner in Content Creation", quote: "Working with Zivora Films feels like a true partnership. They're responsive, creative, and always deliver polished content that resonates with our audience.", name: "Jessica Lee", role: "Content Strategist, Digital Growth", imageSrc: "http://img.b2bpic.net/free-photo/young-blogger-recording-herself-waiving_23-2148538806.jpg", imageAlt: "Jessica Lee"},
|
||||
{
|
||||
id: "t6",
|
||||
title: "Unmatched Professionalism",
|
||||
quote: "From our initial consultation to final delivery, Zivora Films maintained a high level of professionalism. The quality of their work is simply unmatched.",
|
||||
name: "Robert Green",
|
||||
role: "Director, Corporate Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167348.jpg",
|
||||
imageAlt: "Robert Green",
|
||||
},
|
||||
id: "t6", title: "Unmatched Professionalism", quote: "From our initial consultation to final delivery, Zivora Films maintained a high level of professionalism. The quality of their work is simply unmatched.", name: "Robert Green", role: "Director, Corporate Solutions", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167348.jpg", imageAlt: "Robert Green"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from businesses and creators who have experienced the Zivora Films difference. Their success stories are our greatest motivation."
|
||||
@@ -401,34 +219,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is your typical turnaround time for a project?",
|
||||
content: "Turnaround times vary based on project complexity and length. Standard projects usually take 5-7 business days, while expedited options are available for urgent needs.",
|
||||
},
|
||||
id: "q1", title: "What is your typical turnaround time for a project?", content: "Turnaround times vary based on project complexity and length. Standard projects usually take 5-7 business days, while expedited options are available for urgent needs."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What kind of raw footage do you accept?",
|
||||
content: "We accept all common video formats (MP4, MOV, AVI, etc.) and various resolutions, from HD to 4K. We can also work with cloud storage links for large files.",
|
||||
},
|
||||
id: "q2", title: "What kind of raw footage do you accept?", content: "We accept all common video formats (MP4, MOV, AVI, etc.) and various resolutions, from HD to 4K. We can also work with cloud storage links for large files."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How many revisions are included in your packages?",
|
||||
content: "Our packages typically include 1-2 rounds of revisions. Premium and custom plans offer more extensive revision options to ensure complete satisfaction.",
|
||||
},
|
||||
id: "q3", title: "How many revisions are included in your packages?", content: "Our packages typically include 1-2 rounds of revisions. Premium and custom plans offer more extensive revision options to ensure complete satisfaction."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you provide original music or stock footage?",
|
||||
content: "Yes, we can integrate royalty-free music and licensed stock footage/assets into your project to enhance its visual and auditory appeal, subject to your package.",
|
||||
},
|
||||
id: "q4", title: "Do you provide original music or stock footage?", content: "Yes, we can integrate royalty-free music and licensed stock footage/assets into your project to enhance its visual and auditory appeal, subject to your package."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What is the process for starting a project?",
|
||||
content: "Simply contact us with your project details. We'll schedule a consultation to discuss your vision, provide a custom quote, and then begin the editing process once terms are agreed upon.",
|
||||
},
|
||||
id: "q5", title: "What is the process for starting a project?", content: "Simply contact us with your project details. We'll schedule a consultation to discuss your vision, provide a custom quote, and then begin the editing process once terms are agreed upon."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to the most common questions about our video editing process, pricing, and turnaround times."
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
/>
|
||||
</div>
|
||||
@@ -437,20 +240,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Start?"
|
||||
title="Let's Create Something Amazing Together"
|
||||
description="Reach out today to discuss your video project. We're excited to help bring your vision to life and deliver content that truly stands out."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "mailto:zivorafilmsbusiness@gmailcom",
|
||||
},
|
||||
text: "Start Your Project", href: "mailto:zivorafilmsbusiness@gmailcom"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+9724978098",
|
||||
},
|
||||
text: "Call Us", href: "tel:+9724978098"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -464,9 +262,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/zivorafilms",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/zivorafilms", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user