import Link from "next/link";
export default function NotFound() {
return (
{/* subtle brick grid overlay */}
{/* radial glow behind 404 */}
ERROR
404
That page is not part of
the current yard layout.
Head back to the homepage, check our material catalogs,
or contact the yard — we'll find what you're looking for.
← Back home
Contact the yard
Masonry Catalog
Brick, mortar, cement & tools
Open masonry inventory
Natural Stone
Flagstone, gravel & decorative rock
Browse landscaping materials
);
}