Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 10:48:17 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1425,4 +1425,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -79,13 +79,13 @@ export default function LandingPage() {
gridVariant="bento-grid"
products={[
{
id: "1", brand: "Commercial", name: "Brand Launch Campaign", price: "4K Production", rating: 5, reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Brand launch video production showcase"
id: "1", brand: "Commercial", name: "Brand Launch Campaign", price: "4K Production", rating: 5, reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Brand launch video production. Delivered full 4K cinematography with 15+ hours of raw footage, professional color grading, and completed post-production turnaround in 3 weeks for a national consumer brand launch campaign."
},
{
id: "2", brand: "Corporate", name: "Executive Profile Series", price: "Full Production", rating: 5, reviewCount: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=1", imageAlt: "Executive interview and profile video"
id: "2", brand: "Corporate", name: "Executive Profile Series", price: "Full Production", rating: 5, reviewCount: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=1", imageAlt: "Executive interview series featuring 5 C-suite profiles. Multi-day shoot with professional lighting and audio equipment. Delivered 5 edited pieces (3-5 min each) plus raw interview footage. Enhanced corporate reputation and increased LinkedIn engagement by 45%."
},
{
id: "3", brand: "Event", name: "Conference Documentary", price: "Multi-Camera", rating: 5, reviewCount: "Full Edit", imageSrc: "http://img.b2bpic.net/free-photo/actor-front-camera-audition_53876-139546.jpg?_wi=1", imageAlt: "Live event cinematography and documentation"
id: "3", brand: "Event", name: "Conference Documentary", price: "Multi-Camera", rating: 5, reviewCount: "Full Edit", imageSrc: "http://img.b2bpic.net/free-photo/actor-front-camera-audition_53876-139546.jpg?_wi=1", imageAlt: "Live conference documentation with 4-camera setup capturing keynotes, panel discussions, and crowd footage. Complete post-production including color correction, motion graphics, and aerial drone sequences. Final cut: 45-minute documentary showcasing industry insights."
}
]}
buttons={[
@@ -247,4 +247,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}