export default function NewEndingHomepage() { const services = [ { title: "Weddings", description: "Cinematic photo and video coverage for couples who want their day documented with emotion, style, and intention.", bullets: ["Photography + videography packages", "Engagement sessions", "Highlight films + social edits"], }, { title: "Corporate Events", description: "Professional coverage for conferences, networking events, panels, galas, and company celebrations that need to look polished and on-brand.", bullets: ["Multi-camera event coverage", "Same-day recap options", "Speaker, crowd, and detail storytelling"], }, { title: "Trade Shows", description: "High-impact visuals that help brands capture booth traffic, live demos, team presence, and event energy for post-show marketing.", bullets: ["Booth walkthroughs", "On-floor interviews", "Recap content for sales + marketing teams"], }, { title: "Content Creation", description: "Strategic photo and video built for modern brands that need consistent, high-quality content across social, web, and campaigns.", bullets: ["Reels + short-form video", "Brand photography", "Monthly content days"], }, ]; const highlights = [ "Photo + video under one creative team", "Built for live events and fast-moving environments", "Content designed for both storytelling and conversion", "Luxury wedding eye with commercial execution", ]; const portfolio = [ { category: "Wedding Storytelling", title: "Elegant celebrations captured with cinematic emotion", }, { category: "Corporate Events", title: "Conference and networking coverage that feels elevated", }, { category: "Trade Shows", title: "Booth activations, product demos, and brand presence in motion", }, { category: "Brand Content", title: "Social-first visuals for businesses that want to stand out", }, ]; return (

New Ending Productions

Weddings • Corporate Events • Trade Shows • Brand Content

Photo and video that captures moments, markets brands, and moves people.

We create polished, story-driven visuals for weddings, corporate events, trade shows, and content-driven brands that need more than just coverage — they need assets that actually work.

Best for

Brands & Events

Recaps, interviews, activation coverage, booth content, and social-first edits.

Also trusted for

Weddings

Emotional storytelling with a refined look for couples who value both artistry and presence.

Why brands hire us

{highlights.map((item) => (
{item}
))}

Services

One team for celebrations, live events, and brand-forward content.

Our strength is blending cinematic storytelling with commercial awareness. That means your visuals can feel elevated while still being practical for marketing, social media, and long-term brand use.

{services.map((service) => (

{service.title}

{service.description}

{service.bullets.map((bullet) => (
{bullet}
))}
))}

Featured Work

A portfolio built for both emotion and execution.

Whether it is a once-in-a-lifetime wedding or a brand activation with real ROI behind it, we focus on visuals that feel premium, intentional, and usable across platforms.

{portfolio.map((item, index) => (

0{index + 1} — {item.category}

{item.title}

))}

About

We help people and brands show up at their best.

New Ending Productions is a creative photo and video team serving couples, companies, and brands that care about quality presentation. Our work lives at the intersection of storytelling, strategy, and polished execution.

That means we can document a wedding with care and emotion, then shift into a trade show or corporate event environment with the professionalism and speed brands need. The result is a homepage and brand presence that makes sense together instead of feeling split between different audiences.

We don’t just capture what happened. We create assets that continue working after the event is over.

Let’s Create

Need a team that can handle weddings, live events, and social-first brand content?

Reach out to start planning coverage, content creation, or a tailored package for your event or brand.

); }