Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 05:40:25 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="large"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -49,7 +49,7 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/audio-engineer-playing-electronic-piano-keyboard-home-studio_482257-121793.jpg", alt: "Editing workspace" }
]}
avatarText="Trusted by 500+ Content Creators"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "downward-rays-static" }}
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "View Portfolio", href: "#works" }
@@ -99,18 +99,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Cinematic Documentary", description: "A sweeping 45-minute documentary requiring precision color grading, sound design, and narrative pacing to engage audiences throughout.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg?_wi=1" }
title: "Cinematic Documentary", description: "A sweeping 45-minute documentary requiring precision color grading, sound design, and narrative pacing to engage audiences throughout.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg" }
},
{
id: 2,
title: "Corporate Brand Film", description: "High-impact promotional video featuring motion graphics, sophisticated color treatment, and synchronized multi-track audio for maximum impact.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg?_wi=1" }
title: "Corporate Brand Film", description: "High-impact promotional video featuring motion graphics, sophisticated color treatment, and synchronized multi-track audio for maximum impact.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg" }
},
{
id: 3,
title: "Music Video Production", description: "Creative music video with dynamic cuts, visual effects, and color grading timed perfectly to match the audio composition and artist vision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg?_wi=2" }
title: "Music Video Production", description: "Creative music video with dynamic cuts, visual effects, and color grading timed perfectly to match the audio composition and artist vision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066327.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-taking-notes_23-2149455515.jpg" }
}
]}
showStepNumbers={true}