import type { Metadata } from "next"; import { pageSeo } from "@/content/page-seo"; import { createPageMetadata } from "@/lib/seo"; import { exhibitCopy } from "@/content/exhibit"; import { PageRiftHeader } from "@/components/layout/PageRiftHeader"; import { Section } from "@/components/layout/Section"; import { BoothPackages } from "@/components/exhibit/BoothPackages"; import { ExhibitorBoothForm } from "@/components/exhibit/ExhibitorBoothForm"; import { Faq } from "@/components/home/Faq"; export const metadata: Metadata = createPageMetadata(pageSeo.exhibit); const benefits = [ "Connect with 500+ investors, startups, and professionals", "Showcase and advertise your products in the exhibitor hall", "Meet emerging talent in agriculture, health, and education", "Brand visibility across summit programming and materials", ]; export default function ExhibitPage() { return ( <> {exhibitCopy.headline}} description={

{exhibitCopy.subheadline}

} >

Booth packages

Choose a footprint that fits how you want to present your brand and products. Final placement and pricing are confirmed by our exhibitions team.

Acquire your booth

Complete the form below with details about your company, the products you want to advertise, and your booth requirements. We will follow up with availability and next steps.

); }