import Link from "next/link"; import Image from "next/image"; import { exhibitCopy } from "@/content/exhibit"; import { Section } from "@/components/layout/Section"; import { Button } from "@/components/ui/button"; export function BoothAcquisitionBand() { return (
Exhibition booth at GRV Summit

{exhibitCopy.eyebrow}

{exhibitCopy.headline}

{exhibitCopy.subheadline}

); }