'use client' import Link from "next/link" export default function Location() { return ( <> {/* Location Section */}
{/* Title Box */}
{/* Sec Title */}
Find Us

Location and Time

{/* End Title Box */}
{/* Location Block */}
20 - 27 October

Brooklyn

  • 20 Cooper Square, NY 10003
  • 09:00 - 18:00.
{/* Location Block */}
20 - 27 October

The Bronx

  • 20 Cooper Square, NY 10003
  • 09:00 - 18:00.
{/* Location Block */}
20 - 27 October

Manhattan

  • 20 Cooper Square, NY 10003
  • 09:00 - 18:00.
{/* Location Block */}
20 - 27 October

Staten Island

  • 20 Cooper Square, NY 10003
  • 09:00 - 18:00.
{/* Location Block */}
20 - 27 October

Brooklyn

  • 20 Cooper Square, NY 10003
  • 09:00 - 18:00.
{/* Location Block */}
20 - 27 October

Queens

  • 20 Cooper Square, NY 10003
  • 09:00 - 18:00.
{/* End Location Section */} ) }