'use client' import { motion } from 'framer-motion' import ListingsTable from '@/components/listings/ListingsTable' export default function ListingsPage() { return (

Listings

Captured lots from all target sites

) }